SSLSearch


Click here for a complete list of operations.

findByParcelLot

Accepts two input parameters: parcel and lot. The parcel and lot are required. It returns the Addresses of Air Rights, Tax, Parcel, Record and Reservation lots associated with the input parcel and lot. For example:
Parcel=0218, Lot=0096
Parcel=0218, Lot=139

Test

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

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

<?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>
    <findByParcelLot xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <Parcel>string</Parcel>
      <Lot>string</Lot>
    </findByParcelLot>
  </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>
    <findByParcelLotResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findByParcelLotResult>
        <Lot_Type>string</Lot_Type>
        <Square>string</Square>
        <PAR>string</PAR>
        <Suffix>string</Suffix>
        <Lot>string</Lot>
        <In_COL>string</In_COL>
        <Spatial_Extent>
          <xmax>string</xmax>
          <ymax>string</ymax>
          <xmin>string</xmin>
          <ymin>string</ymin>
        </Spatial_Extent>
        <Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
        </Address>
        <All_Lots>
          <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>
        </All_Lots>
        <Error_Msg>string</Error_Msg>
      </findByParcelLotResult>
    </findByParcelLotResponse>
  </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>
    <findByParcelLot xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <Parcel>string</Parcel>
      <Lot>string</Lot>
    </findByParcelLot>
  </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>
    <findByParcelLotResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findByParcelLotResult>
        <Lot_Type>string</Lot_Type>
        <Square>string</Square>
        <PAR>string</PAR>
        <Suffix>string</Suffix>
        <Lot>string</Lot>
        <In_COL>string</In_COL>
        <Spatial_Extent>
          <xmax>string</xmax>
          <ymax>string</ymax>
          <xmin>string</xmin>
          <ymin>string</ymin>
        </Spatial_Extent>
        <Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
        </Address>
        <All_Lots>
          <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>
        </All_Lots>
        <Error_Msg>string</Error_Msg>
      </findByParcelLotResult>
    </findByParcelLotResponse>
  </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/findByParcelLot?Parcel=string&Lot=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"?>
<ParcelReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch">
  <Lot_Type>string</Lot_Type>
  <Square>string</Square>
  <PAR>string</PAR>
  <Suffix>string</Suffix>
  <Lot>string</Lot>
  <In_COL>string</In_COL>
  <Spatial_Extent>
    <xmax>string</xmax>
    <ymax>string</ymax>
    <xmin>string</xmin>
    <ymin>string</ymin>
  </Spatial_Extent>
  <Address>
    <return_Address>
      <Object_ID>string</Object_ID>
    </return_Address>
    <return_Address>
      <Object_ID>string</Object_ID>
    </return_Address>
  </Address>
  <All_Lots>
    <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>
  </All_Lots>
  <Error_Msg>string</Error_Msg>
</ParcelReturnObject>

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/findByParcelLot HTTP/1.1
Host: geospatial.dcgis.dc.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<ParcelReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch">
  <Lot_Type>string</Lot_Type>
  <Square>string</Square>
  <PAR>string</PAR>
  <Suffix>string</Suffix>
  <Lot>string</Lot>
  <In_COL>string</In_COL>
  <Spatial_Extent>
    <xmax>string</xmax>
    <ymax>string</ymax>
    <xmin>string</xmin>
    <ymin>string</ymin>
  </Spatial_Extent>
  <Address>
    <return_Address>
      <Object_ID>string</Object_ID>
    </return_Address>
    <return_Address>
      <Object_ID>string</Object_ID>
    </return_Address>
  </Address>
  <All_Lots>
    <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>
  </All_Lots>
  <Error_Msg>string</Error_Msg>
</ParcelReturnObject>