NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-40
Sessions and Transactions with TS/MP Servers and
NonStop Processes
Request Continues the Session and the Transaction
This request belongs to the new transaction:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
<Id:Session SessionID="QK797dd69023"
xmlns:Id="urn:compaq_nsk_oss_SoapHeader"/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ProcessAccount>
<request-code>02</request-code>
<name>John Doe</name>
<accountnum>4567-01</ accountnum >
<depositamount>5000</depositamount>
<amountavailable/>
<fromaccount>4567</fromaccount>
</ProcessAccount >
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>