NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-52
Fault Messages
A sample request and response for SOAP 1.2:
  Request
 <?xml version='1.0'?>
 <SOAP-ENV:Envelope
 xmlns:env="http://www.w3.org/2002/06/soap-envelope">
 <SOAP-ENV:Body>
 <Logon>
 <userid>fog</userid>
 <password>morning</password>
 </Logon>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>
  Successful Response
 <?xml version="1.0" encoding="UTF-8" ?>
 <SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://www.w3.org/2002/06/soap-envelope">
 <SOAP-ENV:Body>
 <LogonResponse0>
 <repcode>0</repcode>
 <errmsg>Logon succssful</errmsg>
 </LogonResponse0>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>










