NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-39
Sessions and Transactions with TS/MP Servers and
NonStop Processes
Response to Request
This a response to the request. Notice that the session ID remains the same as before:
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
 <Id:Session SessionID="QK797dd69023"
 Subsession="on"
 xmlns:Id="urn:compaq_nsk_oss_SoapHeader"/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
 <ProcessAccountResponse0>
 <reply-code>00</reply-code>
 <account-data>
 <accountnum>4567</ accountnum >
 <name>John Doe</name>
 <amountavailable>9367.22</amountavailable>
 </account-data>
 </ProcessAccountResponse0>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>










