NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-32
Sessions and Transactions with TS/MP Servers and
NonStop Processes
Responses to Session Initiation
This is a possible response. The session ID indicates that a session has started, and 
the Subsession attribute indicates that a dialog is in progress with a context-sensitive 
server class.
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
 <Id:Session SessionID="UY25JH65568"
 Subsession="on"
 xmlns:Id="urn:compaq_nsk_oss_SoapHeader"/>
</SOAP-ENV:Header>
 <SOAP-ENV:Body>
 <HdlnInfoResponse0>
 <replycode>00</replycode>
 <hdlndata>
 <hdln>Shuttle discovery homeward bound</hdln>
 <hdln>Mir to land in the Pacific ocean</hdln>
  <hdln>Mideast peace talks reach stalemate</hdln> 
 </hdlndata>
 </HdlnInfoResponse0>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
The presence of the Subsession attribute in the previous response indicates that more 
data is available from the target service. If the server had no more data for the client, it 
could send a response like the following, which indicates that the session is still in 
progress but the subsession has ended:










