Facing problem in the postman in tesing APi's

at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:140)
at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:94)
at com.wm.app.b2b.server.InvokeHandler.process(InvokeHandler.java:99)
at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:203)
at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:391)
at com.wm.util.pool.PooledThread.run(PooledThread.java:127)
at java.base/java.lang.Thread.run(Thread.java:829)

I’m facing this error when i’m testing my Api in the postman. I’m giving the right flow service path and also giving the right credentials in the postman.

Hi Alfia,

please provide more details about your issue as the stacktrace above does not contain the real error message thrown by the server here.

Regards,
Holger