Permits
Click here for a complete list of operations.
Kingston_PermitLookup
Kinston-specific permit lookup method (for AIMS_PERMIT_LOOKUP)
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /Permits.asmx HTTP/1.1
Host: pvbflow.syrgov.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.edc-aim.com/schemas/permits_ws/Kingston_PermitLookup"
<?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>
<Kingston_PermitLookup xmlns="http://www.edc-aim.com/schemas/permits_ws/">
<Permit_Number>string</Permit_Number>
<Permit_Desc>string</Permit_Desc>
</Kingston_PermitLookup>
</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>
<Kingston_PermitLookupResponse xmlns="http://www.edc-aim.com/schemas/permits_ws/">
<Kingston_PermitLookupResult>
<License_Plate1>string</License_Plate1>
<License_Plate2>string</License_Plate2>
<License_Plate3>string</License_Plate3>
<Base>decimal</Base>
<GST>decimal</GST>
<PST>decimal</PST>
<Permit_Expiry_Date>dateTime</Permit_Expiry_Date>
<Account_Number>string</Account_Number>
</Kingston_PermitLookupResult>
</Kingston_PermitLookupResponse>
</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 /Permits.asmx HTTP/1.1
Host: pvbflow.syrgov.net
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>
<Kingston_PermitLookup xmlns="http://www.edc-aim.com/schemas/permits_ws/">
<Permit_Number>string</Permit_Number>
<Permit_Desc>string</Permit_Desc>
</Kingston_PermitLookup>
</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>
<Kingston_PermitLookupResponse xmlns="http://www.edc-aim.com/schemas/permits_ws/">
<Kingston_PermitLookupResult>
<License_Plate1>string</License_Plate1>
<License_Plate2>string</License_Plate2>
<License_Plate3>string</License_Plate3>
<Base>decimal</Base>
<GST>decimal</GST>
<PST>decimal</PST>
<Permit_Expiry_Date>dateTime</Permit_Expiry_Date>
<Account_Number>string</Account_Number>
</Kingston_PermitLookupResult>
</Kingston_PermitLookupResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Permits.asmx/Kingston_PermitLookup?Permit_Number=string&Permit_Desc=string HTTP/1.1 Host: pvbflow.syrgov.net
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <KinstonPermitLookup xmlns="http://www.edc-aim.com/schemas/permits_ws/"> <License_Plate1>string</License_Plate1> <License_Plate2>string</License_Plate2> <License_Plate3>string</License_Plate3> <Base>decimal</Base> <GST>decimal</GST> <PST>decimal</PST> <Permit_Expiry_Date>dateTime</Permit_Expiry_Date> <Account_Number>string</Account_Number> </KinstonPermitLookup>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Permits.asmx/Kingston_PermitLookup HTTP/1.1 Host: pvbflow.syrgov.net Content-Type: application/x-www-form-urlencoded Content-Length: length Permit_Number=string&Permit_Desc=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <KinstonPermitLookup xmlns="http://www.edc-aim.com/schemas/permits_ws/"> <License_Plate1>string</License_Plate1> <License_Plate2>string</License_Plate2> <License_Plate3>string</License_Plate3> <Base>decimal</Base> <GST>decimal</GST> <PST>decimal</PST> <Permit_Expiry_Date>dateTime</Permit_Expiry_Date> <Account_Number>string</Account_Number> </KinstonPermitLookup>