What is wrong with my XML POST?

If you having issues with posting your XML to http://manage.encoding.com from your scripted workflow, please make sure that you have added the following:

Content-Type: application/x-www-form-urlencoded

This helps to avoid errors such as:

<?xml version="1.0"?>
<response>
    <errors>
        <error>Wrong XML!String could not be parsed as XML</error>
    </errors>
</response>
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.00 out of 5)
Loading...

edchelp