NonStop SOAP for Java User's Manual
Using the Administration Tools
NonStop SOAP for Java User’s Manual—523860-001
5-22
Deploying an Entity Bean
Second Request SOAP Message
Example 5-3 shows the "addItem" method being invoked.
Example 5-3. Second Request SOAP Message
POST /servlet_jsp/soap-2_2/servlet/rpcrouter HTTP/1.0Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: 1844
SOAPAction: ""
Cookie: JSESSIONID=$Z86L$nz072cz8o1
Cookie2: JSESSIONID=$Z86L$nz072cz8o1
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
 xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
 xmlns:xsd="http://www.w3.org/1999/XMLSchema">
 <SOAP-ENV:Body>
 <ns1:addItem xmlns:ns1="urn:CartSample@ Stringified-IOR-from-server"> 
 <item xsi:type="xsd:string" 
 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap
 /encoding/">Shirt</item> 
 </ns1:addItem>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>










