I am getting the following error whenever i try to communicate with our client’s production system, but the process works fine when the system communicates with client’s Development system.
The only difference between the client’s development and production system is the URL. I am i missing something in the configuration?
the error is :
This seems to indicate that what is being returned from the client’s production system is malformed. Check the response document to verify that it is valid.
Expecting got tells me you’re getting HTML and trying to parse it as XML. Not sure what application you’re integrating with but perhaps that HTML has an error message that would indicate to you what the real problem is. Trying saving the HTML to a file or writing it to the log. Or simply reach out to the owner of the application and ask them why you’re getting HTML back.