NonStop SOAP for Java User's Manual

Using the Administration Tools
NonStop SOAP for Java User’s Manual523860-001
5-23
Deploying an Entity Bean
Second Response SOAP Message
Example 5-4 shows the response to the "addItem" method response.
Example 5-4. Second Response SOAP Message
HTTP/1.1 200
Date: xxxxxx
Server: iTP Secure WebServer/5.0
MIME-version: 1.0
Connection: close
Content-Length: 1813
Servlet-Engine: iTP WebServer with NonStop Servlets and JSP/1.0 (JSP 1.1;
Servlet 2.2; Java 1.2.2; NONSTOP_KERNEL G06 mips; java.vendor=Compaq Computer
Inc.)
Set-Cookie: JSESSIONID=$Z86L$nz072cz8o1;Expires=xxxx;Path=/servlet_jsp/soap-
2_2
Set-Cookie2:
JSESSIONID=$Z86L$nz072cz8o1;Version=1;MaxAge=1800;Path="/servlet_jsp/soap-
2_2"
Content-Language: en
Content-Type: text/xml; charset=utf-8
<?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:addItemResponse xmlns:ns1="urn:CartSample@ Stringified-IOR-
from-server"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.
org/soap/encoding/">
</ns1:addItemResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>