Hi When i run the SOAP request in neo load the POST content types changes to
POST http://esbps:9000/ESBAcordServices/ebws/Acord/A103NewBusinessSubmission HTTP/1.1
User-Agent...
If your SOAP request does not have any content type header then application/octet-stream is added. But if you had your content type: text/xml;charset=UTF-8 in the request header...
I am trying to configure a SOAP API. So I originally recorded the soap request from SOAP UI tool. Then when I ran the request I got a WSSecurityException which lead me to...
Basically I have one API SOAP Method calling to place an order request and a 2nd SOAP Method that retrieves the results of the first one. This is to perform a load test on our...