AIMSAddressWebService


Click here for a complete list of operations.

GeocodeAddressWithCity

Geocodes the address against a variety of sources to get a match. This looks outside the county to find a match if needed.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
securityKey:
addressLine:
cityLine:

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 /webservices/AddressWebService2/AddressWebService.asmx HTTP/1.1
Host: ims.jocogov.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ims.jocogov.org/webservices/GeocodeAddressWithCity"

<?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>
    <GeocodeAddressWithCity xmlns="https://ims.jocogov.org/webservices">
      <securityKey>string</securityKey>
      <addressLine>string</addressLine>
      <cityLine>string</cityLine>
    </GeocodeAddressWithCity>
  </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>
    <GeocodeAddressWithCityResponse xmlns="https://ims.jocogov.org/webservices">
      <GeocodeAddressWithCityResult>
        <Address>
          <APID>string</APID>
          <StreetNumber>string</StreetNumber>
          <Predirection>string</Predirection>
          <StreetName>string</StreetName>
          <StreetType>string</StreetType>
          <SecUnitDesignator>string</SecUnitDesignator>
          <SecUnit>string</SecUnit>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zipcode>string</Zipcode>
          <X>string</X>
          <Y>string</Y>
          <AddressLine>string</AddressLine>
          <CityLine>string</CityLine>
          <Lon>string</Lon>
          <Lat>string</Lat>
          <TaxPropID>string</TaxPropID>
          <GeoPropID>string</GeoPropID>
          <SourceTable>string</SourceTable>
          <Score>string</Score>
          <Validity>string</Validity>
        </Address>
        <Address>
          <APID>string</APID>
          <StreetNumber>string</StreetNumber>
          <Predirection>string</Predirection>
          <StreetName>string</StreetName>
          <StreetType>string</StreetType>
          <SecUnitDesignator>string</SecUnitDesignator>
          <SecUnit>string</SecUnit>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zipcode>string</Zipcode>
          <X>string</X>
          <Y>string</Y>
          <AddressLine>string</AddressLine>
          <CityLine>string</CityLine>
          <Lon>string</Lon>
          <Lat>string</Lat>
          <TaxPropID>string</TaxPropID>
          <GeoPropID>string</GeoPropID>
          <SourceTable>string</SourceTable>
          <Score>string</Score>
          <Validity>string</Validity>
        </Address>
      </GeocodeAddressWithCityResult>
    </GeocodeAddressWithCityResponse>
  </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 /webservices/AddressWebService2/AddressWebService.asmx HTTP/1.1
Host: ims.jocogov.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>
    <GeocodeAddressWithCity xmlns="https://ims.jocogov.org/webservices">
      <securityKey>string</securityKey>
      <addressLine>string</addressLine>
      <cityLine>string</cityLine>
    </GeocodeAddressWithCity>
  </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>
    <GeocodeAddressWithCityResponse xmlns="https://ims.jocogov.org/webservices">
      <GeocodeAddressWithCityResult>
        <Address>
          <APID>string</APID>
          <StreetNumber>string</StreetNumber>
          <Predirection>string</Predirection>
          <StreetName>string</StreetName>
          <StreetType>string</StreetType>
          <SecUnitDesignator>string</SecUnitDesignator>
          <SecUnit>string</SecUnit>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zipcode>string</Zipcode>
          <X>string</X>
          <Y>string</Y>
          <AddressLine>string</AddressLine>
          <CityLine>string</CityLine>
          <Lon>string</Lon>
          <Lat>string</Lat>
          <TaxPropID>string</TaxPropID>
          <GeoPropID>string</GeoPropID>
          <SourceTable>string</SourceTable>
          <Score>string</Score>
          <Validity>string</Validity>
        </Address>
        <Address>
          <APID>string</APID>
          <StreetNumber>string</StreetNumber>
          <Predirection>string</Predirection>
          <StreetName>string</StreetName>
          <StreetType>string</StreetType>
          <SecUnitDesignator>string</SecUnitDesignator>
          <SecUnit>string</SecUnit>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zipcode>string</Zipcode>
          <X>string</X>
          <Y>string</Y>
          <AddressLine>string</AddressLine>
          <CityLine>string</CityLine>
          <Lon>string</Lon>
          <Lat>string</Lat>
          <TaxPropID>string</TaxPropID>
          <GeoPropID>string</GeoPropID>
          <SourceTable>string</SourceTable>
          <Score>string</Score>
          <Validity>string</Validity>
        </Address>
      </GeocodeAddressWithCityResult>
    </GeocodeAddressWithCityResponse>
  </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 /webservices/AddressWebService2/AddressWebService.asmx/GeocodeAddressWithCity?securityKey=string&addressLine=string&cityLine=string HTTP/1.1
Host: ims.jocogov.org
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfAddress xmlns="https://ims.jocogov.org/webservices">
  <Address>
    <APID>string</APID>
    <StreetNumber>string</StreetNumber>
    <Predirection>string</Predirection>
    <StreetName>string</StreetName>
    <StreetType>string</StreetType>
    <SecUnitDesignator>string</SecUnitDesignator>
    <SecUnit>string</SecUnit>
    <City>string</City>
    <County>string</County>
    <State>string</State>
    <Zipcode>string</Zipcode>
    <X>string</X>
    <Y>string</Y>
    <AddressLine>string</AddressLine>
    <CityLine>string</CityLine>
    <Lon>string</Lon>
    <Lat>string</Lat>
    <TaxPropID>string</TaxPropID>
    <GeoPropID>string</GeoPropID>
    <SourceTable>string</SourceTable>
    <Score>string</Score>
    <Validity>string</Validity>
  </Address>
  <Address>
    <APID>string</APID>
    <StreetNumber>string</StreetNumber>
    <Predirection>string</Predirection>
    <StreetName>string</StreetName>
    <StreetType>string</StreetType>
    <SecUnitDesignator>string</SecUnitDesignator>
    <SecUnit>string</SecUnit>
    <City>string</City>
    <County>string</County>
    <State>string</State>
    <Zipcode>string</Zipcode>
    <X>string</X>
    <Y>string</Y>
    <AddressLine>string</AddressLine>
    <CityLine>string</CityLine>
    <Lon>string</Lon>
    <Lat>string</Lat>
    <TaxPropID>string</TaxPropID>
    <GeoPropID>string</GeoPropID>
    <SourceTable>string</SourceTable>
    <Score>string</Score>
    <Validity>string</Validity>
  </Address>
</ArrayOfAddress>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /webservices/AddressWebService2/AddressWebService.asmx/GeocodeAddressWithCity HTTP/1.1
Host: ims.jocogov.org
Content-Type: application/x-www-form-urlencoded
Content-Length: length

securityKey=string&addressLine=string&cityLine=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfAddress xmlns="https://ims.jocogov.org/webservices">
  <Address>
    <APID>string</APID>
    <StreetNumber>string</StreetNumber>
    <Predirection>string</Predirection>
    <StreetName>string</StreetName>
    <StreetType>string</StreetType>
    <SecUnitDesignator>string</SecUnitDesignator>
    <SecUnit>string</SecUnit>
    <City>string</City>
    <County>string</County>
    <State>string</State>
    <Zipcode>string</Zipcode>
    <X>string</X>
    <Y>string</Y>
    <AddressLine>string</AddressLine>
    <CityLine>string</CityLine>
    <Lon>string</Lon>
    <Lat>string</Lat>
    <TaxPropID>string</TaxPropID>
    <GeoPropID>string</GeoPropID>
    <SourceTable>string</SourceTable>
    <Score>string</Score>
    <Validity>string</Validity>
  </Address>
  <Address>
    <APID>string</APID>
    <StreetNumber>string</StreetNumber>
    <Predirection>string</Predirection>
    <StreetName>string</StreetName>
    <StreetType>string</StreetType>
    <SecUnitDesignator>string</SecUnitDesignator>
    <SecUnit>string</SecUnit>
    <City>string</City>
    <County>string</County>
    <State>string</State>
    <Zipcode>string</Zipcode>
    <X>string</X>
    <Y>string</Y>
    <AddressLine>string</AddressLine>
    <CityLine>string</CityLine>
    <Lon>string</Lon>
    <Lat>string</Lat>
    <TaxPropID>string</TaxPropID>
    <GeoPropID>string</GeoPropID>
    <SourceTable>string</SourceTable>
    <Score>string</Score>
    <Validity>string</Validity>
  </Address>
</ArrayOfAddress>