SSLSearch


Click here for a complete list of operations.

findByXY

Accepts two input parameters: x and y, and their unit is meter. They all are required. It returns the Address and Air Rights, Tax, Parcel, Record and Reservation lots for which the (x,y) is located inside. For example:
x = 400462.04, y = 135846.22

Test

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

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/findByXY"

<?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>
    <findByXY xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <x>string</x>
      <y>string</y>
    </findByXY>
  </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>
    <findByXYResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findByXYResult>
        <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>
      </findByXYResult>
    </findByXYResponse>
  </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>
    <findByXY xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <x>string</x>
      <y>string</y>
    </findByXY>
  </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>
    <findByXYResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findByXYResult>
        <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>
      </findByXYResult>
    </findByXYResponse>
  </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/findByXY?x=string&y=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/findByXY HTTP/1.1
Host: geospatial.dcgis.dc.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

x=string&y=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>