I’m trying to test a NAVISION 2009 web service using SOAP in Postman. When I send the request, I receive a 200 OK response, but instead of the expected data, the response contains the WSDL file.
Here’s what I’ve done so far:
I’ve set up the NTLM authentication
I’ve set up the SOAP request in Postman with the correct endpoint (I’ve tried two soap body, one of them using wizdler extension)
I’ve included the necessary headers
Despite this, the response is the WSDL file instead of the actual data. Has anyone encountered this issue before? Am I missing something in the request setup or headers?
It sounds like you are doing all the right things.
Normally, when I have an issue with Postman sending Soap requests, I try the same request in SoapUI and If that works, Check the Request, click on Raw tab and check what is being sent to the API, then replicate that in Postman.