APL Navigator SOAP - User Guide

Sample SOAP Messages [getAccountsResponse]

HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=A290A1B6194FF10C2393B873FDDBFC10; Path=/soap
Content-Type: text/xml; charset=utf-8
Content-Length: 571
Date: Thu, 03 Oct 2002 21:22:12 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:getAccountsResponse xmlns:ns1="urn:AplNavigatorDatabaseService" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:string">122469030, 123456789, 134234554, 373973564, 543562764, 796544689, 874784197, 879054347</return>
</ns1:getAccountsResponse>

</SOAP-ENV:Body>
</SOAP-ENV:Envelope>