Unanswered question

how to change content type in SOAP Request

Hi When i run the SOAP request in neo load the POST content types changes to
POST http://esbps:9000/ESBAcordServices/ebws/Acord/A103NewBusi... HTTP/1.1
User-Agent: Jetty/9.3.7.v20160115NeotysEdition.40
SOAPAction: ""
Host: esbps:9000
Content-Type: application/octet-stream
Content-Length: 4454528

Need help on how to change it to text/xml
Thanks

Yatish K.
Yatish K.

Yatish K.

Level
0
3 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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 like in the screen shot attached that should solve your issue.