Forum Discussion
surfersamu
Helper II
9 years agoUnsupported Media error XML response
I'm trying to send a SOAP request to get XML data from a REST API. I tested the request on SOAP UI and also with PHP and it is working. The API needs a token and customer key to get a response f...
- 9 years ago
I solved my problem!!
This was the correct header I used: #"Content-Type"="application/soap+xml;charset=UTF-8"
I also changed "&Character.FromNumber(34)&" to "".
:)
surfersamu
Helper II
9 years agoI solved my problem!!
This was the correct header I used: #"Content-Type"="application/soap+xml;charset=UTF-8"
I also changed "&Character.FromNumber(34)&" to "".
:)