Forum Discussion

surfersamu's avatar
surfersamu
Helper II
8 years ago
Solved

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...
  • surfersamu's avatar
    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 "". 

     

    :)