APL Navigator SOAP - User Guide

Sample SOAP Messages [getReportStreamRequest]

POST /soap/servlet/rpcrouter HTTP/1.0
Host: xmlproxy1.aplnavigator.com:8443
Content-Type: text/xml; charset=utf-8
Content-Length: 950
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:getReportStream xmlns:ns1="urn:AplReportService" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<transId xsi:type="xsd:string">1111</transId>
<customerCode xsi:type="xsd:string">DEMO</customerCode>
<userId xsi:type="xsd:string">demo</userId>
<reportName xsi:type="xsd:string">AODTAXLOTSXML</reportName>
<startDate xsi:type="xsd:string"></startDate>
<endDate xsi:type="xsd:string">2002-06-30</endDate>
<filter xsi:type="xsd:string"></filter>
<model xsi:type="xsd:string"></model>
<selectedAccount xsi:type="xsd:string">CATZEN</selectedAccount>
<allowableAccounts xsi:type="xsd:string"></allowableAccounts>
</ns1:getReportStream>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>