SSLSearch


Click here for a complete list of operations.

findByAddress

Accepts one input parameter: address or intersection. It returns Air Rights, Tax, Parcel, Record and Reservation lots and Condos associated with the input address or intersection. For example:
address=5412 colorado ave nw
address=4TH ST NW and E ST NW

Test

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

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 /propertywebservice/SSLSearch.asmx HTTP/1.1
Host: geospatial.dcgis.dc.gov
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PropertyWS/SSLSearch/findByAddress"

<?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>
    <findByAddress xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <address>string</address>
    </findByAddress>
  </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>
    <findByAddressResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findByAddressResult>
        <X>string</X>
        <Y>string</Y>
        <Address>string</Address>
        <Square>string</Square>
        <Suffix>string</Suffix>
        <Tax_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
        </Tax_Lot>
        <Record_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
        </Record_Lot>
        <Airright_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
        </Airright_Lot>
        <Reservation_Lot>
          <return_Reservation>
            <SSL>string</SSL>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Reservation>
          <return_Reservation>
            <SSL>string</SSL>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Reservation>
        </Reservation_Lot>
        <Parcel_Lot>
          <return_ParcelLot />
          <return_ParcelLot />
        </Parcel_Lot>
        <Condo_Lot>
          <return_CondoLot>
            <UnitNum>string</UnitNum>
            <Address>string</Address>
          </return_CondoLot>
          <return_CondoLot>
            <UnitNum>string</UnitNum>
            <Address>string</Address>
          </return_CondoLot>
        </Condo_Lot>
        <Error_Msg>string</Error_Msg>
      </findByAddressResult>
    </findByAddressResponse>
  </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 /propertywebservice/SSLSearch.asmx HTTP/1.1
Host: geospatial.dcgis.dc.gov
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>
    <findByAddress xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <address>string</address>
    </findByAddress>
  </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>
    <findByAddressResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findByAddressResult>
        <X>string</X>
        <Y>string</Y>
        <Address>string</Address>
        <Square>string</Square>
        <Suffix>string</Suffix>
        <Tax_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
        </Tax_Lot>
        <Record_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
        </Record_Lot>
        <Airright_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
          <return_Lot>
            <PAR>string</PAR>
            <RES>string</RES>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Lot>
        </Airright_Lot>
        <Reservation_Lot>
          <return_Reservation>
            <SSL>string</SSL>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Reservation>
          <return_Reservation>
            <SSL>string</SSL>
            <SourceLayer>string</SourceLayer>
            <In_COL>string</In_COL>
          </return_Reservation>
        </Reservation_Lot>
        <Parcel_Lot>
          <return_ParcelLot />
          <return_ParcelLot />
        </Parcel_Lot>
        <Condo_Lot>
          <return_CondoLot>
            <UnitNum>string</UnitNum>
            <Address>string</Address>
          </return_CondoLot>
          <return_CondoLot>
            <UnitNum>string</UnitNum>
            <Address>string</Address>
          </return_CondoLot>
        </Condo_Lot>
        <Error_Msg>string</Error_Msg>
      </findByAddressResult>
    </findByAddressResponse>
  </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 /propertywebservice/SSLSearch.asmx/findByAddress?address=string HTTP/1.1
Host: geospatial.dcgis.dc.gov
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<XYReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch">
  <X>string</X>
  <Y>string</Y>
  <Address>string</Address>
  <Square>string</Square>
  <Suffix>string</Suffix>
  <Tax_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
  </Tax_Lot>
  <Record_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
  </Record_Lot>
  <Airright_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
  </Airright_Lot>
  <Reservation_Lot>
    <return_Reservation>
      <SSL>string</SSL>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Reservation>
    <return_Reservation>
      <SSL>string</SSL>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Reservation>
  </Reservation_Lot>
  <Parcel_Lot>
    <return_ParcelLot />
    <return_ParcelLot />
  </Parcel_Lot>
  <Condo_Lot>
    <return_CondoLot>
      <UnitNum>string</UnitNum>
      <Address>string</Address>
    </return_CondoLot>
    <return_CondoLot>
      <UnitNum>string</UnitNum>
      <Address>string</Address>
    </return_CondoLot>
  </Condo_Lot>
  <Error_Msg>string</Error_Msg>
</XYReturnObject>

HTTP POST

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

POST /propertywebservice/SSLSearch.asmx/findByAddress HTTP/1.1
Host: geospatial.dcgis.dc.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

address=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<XYReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch">
  <X>string</X>
  <Y>string</Y>
  <Address>string</Address>
  <Square>string</Square>
  <Suffix>string</Suffix>
  <Tax_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
  </Tax_Lot>
  <Record_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
  </Record_Lot>
  <Airright_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
    <return_Lot>
      <PAR>string</PAR>
      <RES>string</RES>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Lot>
  </Airright_Lot>
  <Reservation_Lot>
    <return_Reservation>
      <SSL>string</SSL>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Reservation>
    <return_Reservation>
      <SSL>string</SSL>
      <SourceLayer>string</SourceLayer>
      <In_COL>string</In_COL>
    </return_Reservation>
  </Reservation_Lot>
  <Parcel_Lot>
    <return_ParcelLot />
    <return_ParcelLot />
  </Parcel_Lot>
  <Condo_Lot>
    <return_CondoLot>
      <UnitNum>string</UnitNum>
      <Address>string</Address>
    </return_CondoLot>
    <return_CondoLot>
      <UnitNum>string</UnitNum>
      <Address>string</Address>
    </return_CondoLot>
  </Condo_Lot>
  <Error_Msg>string</Error_Msg>
</XYReturnObject>