APL Navigator SOAP - User Guide

Sample SOAP Messages [authenticateUserRequest]

POST /soap/servlet/rpcrouter HTTP/1.0
Host: xmlproxy1.aplnavigator.com:8443
Content-Type: text/xml; charset=utf-8
Content-Length: 634
SOAPAction: ""

<?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:authenticateUser xmlns:ns1="urn:AplNavigatorDatabaseService" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<transId xsi:type="xsd:string">1234</transId>
<customerCode xsi:type="xsd:string">DEMO</customerCode>
<userId xsi:type="xsd:string">demo</userId>
<password xsi:type="xsd:string">demo</password>
</ns1:authenticateUser>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>