NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-37
Sessions and Transactions with TS/MP Servers and
NonStop Processes
Response to Session Initiation
The response includes the session ID for the new session. It also includes the
Subsession attribute to show that a dialog has started with a context-sensitive server
class.
<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>
<accountdata>
<accountnum>1234</ accountnum >
<name>John Doe</name>
<amountavailable>2367.12</amountavailable>
</accountdata>
</ProcessAccountResponse0>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>