Forum Discussion
surfersamu
8 years agoHelper II
Unsupported 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...
- 8 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
8 years agoHelper II
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 "".
:)