APL Navigator SOAP - User Guide

Sample SOAP Messages [authenticateUserResponse]

HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=6FD7BA2D9537E406873F867B2D33C78C; Path=/soap
Content-Type: text/xml; charset=utf-8
Content-Length: 499
Date: Thu, 03 Oct 2002 20:54:21 GMT
Server: Apache Coyote/1.0
Connection: close

<?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/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<ns1:authenticateUserResponse xmlns:ns1="urn:AplNavigatorDatabaseService" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:string">true</return>
</ns1:authenticateUserResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>