NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-48
Fault Messages
The XML message for the Service Should | Should Not be SOAP Compliant
This message indicates either that a SOAP request was received when plain XML was
expected, or that a plain XML request was received when SOAP was expected.
Ensure that the SDL file correctly specifies whether requests and responses are
SOAP-compliant. Ensure that clients construct messages consistent with the service
definition.
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client.Process</faultcode>
<faultstring>Error processing the XML
document</faultstring>
<detail>
<detailCode>-1</detailCode>
<detailString ts="2004/08/06">The XML message for
the service <name> (should | should not) be SOAP
Compliant
</detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>