NonStop SOAP User's Manual

NonStop SOAP Features and Functions
NonStop SOAP User’s Manual520501-012
4-14
Server-Side Cookie File
Example 4-13. Specifying the Session ID on the SOAP Server Command Line
>SoapServerCL -s 320ab file1 file2
file1:
<SOAP-ENV:Envelope xmlns:SOAP-
ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns:sd="urn:compaq_nsk_oss_SoapHeader">
<sd:Session SessionCommand="Begin"
BeginNewTransaction="yes"/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<AddItem>
<ItemNo>6135299</ItemNo><Price>3571</Price>
</AddItem>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
file2:
<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="12345678" SessionCommand="End"/>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<GetItem>
<ItemNo>6110652</ItemNo>
</GetItem>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>