NonStop SOAP User's Manual

Using NonStop SOAP with a TS/MP Application and
NonStop Processes
NonStop SOAP User’s Manual520501-012
6-72
Using the NonStop SOAP Trace Facility
The following line reports that the process method of the SoapProcessor object
is starting to execute.
>> 2004/8/21 15:37:46: :<< SoapProcessor::process>> Just got in
The following line indicates the IP address of the client.
>> 2004/8/21 15:37:46: :<< Received request from remote address:
155.186.75.180
The following line indicates that the process method is beginning to read the
XML input. The subsequent lines represent the contents of the XML input file,
before parsing. The request initiates a session and a transaction.
>> 2004/8/21 15:37:46: :<< SoapProcessor::process>> Begin Input XML:
>> 2004/8/21 15:37:46: :<< <?xml version ="1.0" ?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns:hdr="urn:compaq_nsk_oss_SoapHeader">
<hdr:Session
SessionCommand="Begin"
BeginNewTransaction="yes">
</hdr:Session>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<GetData>
<name></name>
<nickname></nickname>
<salary></salary>
<hire_date></hire_date>
<subordinate></subordinate>
<empnum>124</empnum>
<func>4</func>
</GetData>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>> 2004/8/21 15:37:46: :<< SoapProcessor::process>> End Input XML: