NonStop SOAP for Java User's Manual

Using the Administration Tools
NonStop SOAP for Java User’s Manual523860-001
5-21
Deploying an Entity Bean
First Response SOAP Message
Example 5-2 shows the SOAP response to the "create" method response.
Example 5-2. First Response SOAP Message
HTTP/1.1 200
Date: xxxxxxx
Server: iTP Secure WebServer/5.0
MIME-version: 1.0
Connection: close
Content-Length: 1811
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=xxxxx;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:createResponse
xmlns:ns1="urn:CartSample@Stringified-IOR-from-server"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
</ns1:createResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Note. The namespace of the response method is "urn:CartSample@Stringified-IOR-from-
server". The value following the @ symbol is a lengthy string representation of the EJB object
on the server-side. This namespace is used for all methods in subsequent SOAP messages.