NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-46
Fault Messages
Response
The BookData service responds with encoding Shift_JIS in both cases.
<?xml version="1.0" encoding="Shift_JIS"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<BookData>
<replycode> encoded value </replycode>
<BookInfo>
<Book> encoded value </Book>
<Book> encoded value </Book>
</BookInfo>
</BookData>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Fault Messages
A SOAP server for TS/MP informs the client of several types of run-time errors. In
addition to these faults, the server could return any of the faults listed in SOAP Faults
on page 4-64.
With the exception of marshal and unmarshal errors, which are identified as such in the
fault string, and errors from the TS/MP service, which can vary widely in their form,
these descriptions are organized according to the detail string included in the fault
message:
•
Fatal Error at Line x, Column y on page 6-47
•
The XML message for the Service Should | Should Not be SOAP Compliant on
page 6-48
•
Unmarshal Error on page 6-49
•
No Service Map Entry for Service (Service Name Not Defined In SDL) on
page 6-51
•
Error from the TS/MP Service on page 6-54
•
</SOAP-ENV:Envelope>Marshal Error on page 6-56