NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-47
Fault Messages
Fatal Error at Line x, Column y
This message indicates an error in parsing the document containing the request. For
example, the input document might not be well formed. The detailString gives the
location of the error. Check and correct the input XML document.
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client.Parse</faultcode>
<faultstring>Error parsing the XML
document</faultstring>
<detail>
<detailCode>-1</detailCode>
<detailString ts="2004/08/06">Fatal Error at line
x, column y
</detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>