NonStop SOAP User's Manual
Using NonStop SOAP with a TS/MP Application and 
NonStop Processes
NonStop SOAP User’s Manual—520501-012
6-34
Sessions and Transactions with TS/MP Servers and
NonStop Processes
Request to Continue a Session
If the response indicated that more data was available, the client could issue this 
request for the data:
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Header>
 <Id:Session SessionID="UY25JH65568" 
 xmlns:Id="urn:compaq_nsk_oss_SoapHeader"/>
 </SOAP-ENV:Header>
 <SOAP-ENV:Body>
 <HdlnInfo>
 <requestcode>00</requestcode>
 <date>06212000</date>
 </HdlnInfo>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Request to Abort a Subsession
To abort a subsession, the client could send this message:
<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Header>
 <Id:Session SessionID="UY25JH65568"
 SessionCommand="AbortSubsession"
 xmlns:Id="urn:compaq_nsk_oss_SoapHeader"/>
 </SOAP-ENV:Header>
 <SOAP-ENV:Body>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>










