Any idea on the error code=β001β? getting the below in postman for the API url and the request body I am sending. Is this something issue with the input requests to the web methods?
<ser:CommonResponse xmlns:ser=βhttp://service.sterling.lowes.com/scheduling/2015/9 β>
ser:returnString <?xml version=β1.0β encoding=βUTF-8β?>
<ShipNodes ErrorCode=β001β/></ser:returnString>
</ser:CommonResponse>
vdespa
(vdespa)
May 13, 2020, 5:31pm
2
Can you please attach some screenshots from Postman with the request body, headers and the response body? Thanks!
Thanks for checking. Attached headers, request and response body snapshots.
vdespa
(vdespa)
May 16, 2020, 6:33pm
4
Most SOAP API donβt react well to the Content-Type application/xml. Could you try text/xml just to make sure this is not the issue?
Also select XML instead of Text in the editor. This can help identify potential errros.