PdtrInterface
Click here for a complete list of operations.
GetLMCData
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /PdtrInterface.asmx HTTP/1.1
Host: ws-stg22.cleanairactionplan.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.cleanairactionplan.org/GetLMCData"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLMCData xmlns="http://ws.cleanairactionplan.org">
<username>string</username>
<password>string</password>
<port>string</port>
<status>string</status>
</GetLMCData>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetLMCDataResponse xmlns="http://ws.cleanairactionplan.org">
<GetLMCDataResult>
<LmcDataRow>
<LMCCompanyName>string</LMCCompanyName>
<DBAName>string</DBAName>
<SCAC>string</SCAC>
<PrimaryMailingAddressLine1>string</PrimaryMailingAddressLine1>
<PrimaryMailingAddressLine2>string</PrimaryMailingAddressLine2>
<PrimaryMailingAddressCity>string</PrimaryMailingAddressCity>
<PrimaryMailingAddressState>string</PrimaryMailingAddressState>
<PrimaryMailingAddressZip>string</PrimaryMailingAddressZip>
<ExecutiveContactEmail>string</ExecutiveContactEmail>
<SecondaryContactEmail>string</SecondaryContactEmail>
<Status>string</Status>
</LmcDataRow>
<LmcDataRow>
<LMCCompanyName>string</LMCCompanyName>
<DBAName>string</DBAName>
<SCAC>string</SCAC>
<PrimaryMailingAddressLine1>string</PrimaryMailingAddressLine1>
<PrimaryMailingAddressLine2>string</PrimaryMailingAddressLine2>
<PrimaryMailingAddressCity>string</PrimaryMailingAddressCity>
<PrimaryMailingAddressState>string</PrimaryMailingAddressState>
<PrimaryMailingAddressZip>string</PrimaryMailingAddressZip>
<ExecutiveContactEmail>string</ExecutiveContactEmail>
<SecondaryContactEmail>string</SecondaryContactEmail>
<Status>string</Status>
</LmcDataRow>
</GetLMCDataResult>
</GetLMCDataResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /PdtrInterface.asmx HTTP/1.1
Host: ws-stg22.cleanairactionplan.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetLMCData xmlns="http://ws.cleanairactionplan.org">
<username>string</username>
<password>string</password>
<port>string</port>
<status>string</status>
</GetLMCData>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetLMCDataResponse xmlns="http://ws.cleanairactionplan.org">
<GetLMCDataResult>
<LmcDataRow>
<LMCCompanyName>string</LMCCompanyName>
<DBAName>string</DBAName>
<SCAC>string</SCAC>
<PrimaryMailingAddressLine1>string</PrimaryMailingAddressLine1>
<PrimaryMailingAddressLine2>string</PrimaryMailingAddressLine2>
<PrimaryMailingAddressCity>string</PrimaryMailingAddressCity>
<PrimaryMailingAddressState>string</PrimaryMailingAddressState>
<PrimaryMailingAddressZip>string</PrimaryMailingAddressZip>
<ExecutiveContactEmail>string</ExecutiveContactEmail>
<SecondaryContactEmail>string</SecondaryContactEmail>
<Status>string</Status>
</LmcDataRow>
<LmcDataRow>
<LMCCompanyName>string</LMCCompanyName>
<DBAName>string</DBAName>
<SCAC>string</SCAC>
<PrimaryMailingAddressLine1>string</PrimaryMailingAddressLine1>
<PrimaryMailingAddressLine2>string</PrimaryMailingAddressLine2>
<PrimaryMailingAddressCity>string</PrimaryMailingAddressCity>
<PrimaryMailingAddressState>string</PrimaryMailingAddressState>
<PrimaryMailingAddressZip>string</PrimaryMailingAddressZip>
<ExecutiveContactEmail>string</ExecutiveContactEmail>
<SecondaryContactEmail>string</SecondaryContactEmail>
<Status>string</Status>
</LmcDataRow>
</GetLMCDataResult>
</GetLMCDataResponse>
</soap12:Body>
</soap12:Envelope>