NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-73
Mapping Between Faults, Error Logs, and Trace
Records
Example 4-43. Mapping Between Fault Message, Error Log, and Trace File (Trace
File)
>> 2001/8/21 16:06:22: :<< SoapDocumentHandler::process: After the call to
parser->parse()
>> 2001/8/21 16:06:22: :<< SoapServerPWDocumentHandler::unmarshal()
>> 2001/8/21 16:06:22: :<< Unmarshal Error: node: test64 is either NULL or
not present. Incorrect sequence of nodes in request. Input request XML does
not conform to DTD
>> 2001/8/21 16:06:22: :<< SoapDocumentHandler::process:Fault occurred while
processing()
>> 2001/8/21 16:06:22: :<< Error occurred, ts=2001/08/21 16:06:22
>> 2001/8/21 16:06:22: :<< Unmarshal Error: node: test64 is either NULL or
not present. Incorrect sequence of nodes in request. Input request XML does
not conform to DTD
>> 2001/8/21 16:06:22: :<< Begin Fault Response..
>> 2001/8/21 16:06:22: :<< <SOAP-ENV:Envelope
>> 2001/8/21 16:06:22: :<< Begin Fault Response..
>> 2001/8/21 16:06:22: :<< <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Error unmarshalling request</faultstring>
<detail>
<detailCode>-202</detailCode>
<detailString ts="2001/08/21 16:06:22">Unmarshal Error: node: test64 is
either NULL or not present. Incorrect sequence of nodes in request. Input
request XML does not conform to DTD
</detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>> 2001/8/21 16:06:22: :<< End Fault Response..