NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-26
Sessions and Transactions with TS/MP Servers and
NonStop Processes
Response to Session Initiation
This is a possible response to the request:
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
<Id:Session SessionID="B4UY7899988"
xmlns:Id="urn:compaq_nsk_oss_SoapHeader"/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<EmpAddResponse0>
<replyCode>2</replyCode>
<employee_info>
<employee_num>1234</employee_num>
<empname>
<first>John</first>
<last>Doe</last>
<middle>K</middle>
</empname>
<regnum>11</regnum>
<branchnum>99</branchnum>
</employee-info>
</EmpAddResponse0>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>