Avatar

Level 10

I would try parsing the SOAP request in a third-party tool to validate the XML is well-formed. You could uses a tool like Altova XML Spy or download Axis2 at http://ws.apache.org/axis2/ and do command line testing.

Steve