NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-81
Using the NonStop SOAP Trace Facility
The following lines represent the contents of the SOAP response to be sent to
the client. The response includes the session ID.
>> 2004/8/21 15:48:13: :<< <SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header
xmlns:sd="urn:compaq_nsk_oss_SoapHeader">
<sd:Session SessionID="01V7kAwnDb81YZIzsEhEjtS" />
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<AddDataResponse0>
<repcode>0</repcode>
<msg>1 row(s) inserted</msg>
<name></name>
<nickname></nickname>
<salary></salary>
<hire_date></hire_date>
<hire_mmddyy>
<hire_mm></hire_mm>
<hire_dd></hire_dd>
<hire_yy></hire_yy>
</hire_mmddyy>
<subordinate></subordinate>
<empnum>130</empnum>
</AddDataResponse0>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>> 2004/8/21 15:48:13: :<<
>>>>>End of soapResponse after generateResponse..