NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-58
Fault Messages
Error message written to the trace and error file.
>> 2004/1/1 12:00:00: :<< Process Communication Error: Unable 
to write to Process <process name> File System Error: <error 
no.>
>> 2004/1/1 12:00:00: :<< Process Communication Error: Error 
getting response from the target process <process name>, File 
System Error: <error no.>.
This fault can arise when an error is returned by attempting to open a process.
<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>-302</detailCode> 
 <detailString ts="<timestamp>">Error communicating with
 target service - details if any>
 </detailString> 
 </SOAP-ENV:Fault> 
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Error message written to the trace and error file.
>> 2004/1/1 12:00:00: :<< Process Communication Error: Unable 
to open process < process name>,File System Error: <error 
no.>










