How to Add WS-A to Postman
Summary:
Content (please ensure you mask any confidential information): We're executing SOAP request getRequestDetail using endpoint host/ess/esswebservice
We can submit the request in SOAP UI due to the available WS-A options
How do we apply these same settings to Postman? Tried adding them as headers per the following but that didn't work:
<wsa:Action>getRequestDetail</wsa:Action>
<wsa:MessageID> {Value} </wsa:MessageID>
<wsa:RelatesTo> {Value} </wsa:RelatesTo>
These are the options we enabled in WS-A. Without them, we cannot get a 200 response.
-Enable WS-A Addressing
-WS-A Version 200508
-Add Default wsa.action
-Generate MessageID
Version (include the version you are using, if applicable):
Tagged:
0