NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-55
Fault Messages
 <reply_code>0</reply_code>
 <error_text>Unable to write to employ file;
 error : 10</error_text>
 </EmpAddResponse1>
 </detailString>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Error from the TS/MP Service: Critical
A critical error (one with a detail code in the range 301-350) is one that suggests that 
the operation cannot be retried. Such errors are logged to the error file and, if tracing is 
enabled, to the trace file. Typically the operator must take an action to address the 
problem.
Here is an example:
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Body>
 <SOAP-ENV:Fault>
 <faultcode> SOAP-ENV: Server.InternalError </faultcode>
 <faultstring> Target service unreachable </faultstring>
 <detail>
 <detailCode>-301</detailCode>
 <detailString ts="<timestamp>">Error communicating with
 target service - <details if any></detailString>
 </SOAP-ENV:Fault>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>










