SSLSearch


Click here for a complete list of operations.

findBySquareSuffix

Accepts two input parameters: square and suffix. The square is required. It returns the Condos, Addresses and Air Rights, Tax, Parcel, Record and Reservation lots associated with the input square and suffix. For example:
Square=0843, Suffix=S
Square=1280

Test

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

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

<?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>
    <findBySquareSuffix xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <Square>string</Square>
      <Suffix>string</Suffix>
    </findBySquareSuffix>
  </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>
    <findBySquareSuffixResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findBySquareSuffixResult>
        <Square>string</Square>
        <Suffix>string</Suffix>
        <Spatial_Extent>
          <xmax>string</xmax>
          <ymax>string</ymax>
          <xmin>string</xmin>
          <ymin>string</ymin>
        </Spatial_Extent>
        <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>
        <Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
        </Address>
        <Error_Msg>string</Error_Msg>
      </findBySquareSuffixResult>
    </findBySquareSuffixResponse>
  </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>
    <findBySquareSuffix xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <Square>string</Square>
      <Suffix>string</Suffix>
    </findBySquareSuffix>
  </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>
    <findBySquareSuffixResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch">
      <findBySquareSuffixResult>
        <Square>string</Square>
        <Suffix>string</Suffix>
        <Spatial_Extent>
          <xmax>string</xmax>
          <ymax>string</ymax>
          <xmin>string</xmin>
          <ymin>string</ymin>
        </Spatial_Extent>
        <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>
        <Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
          <return_Address>
            <Object_ID>string</Object_ID>
          </return_Address>
        </Address>
        <Error_Msg>string</Error_Msg>
      </findBySquareSuffixResult>
    </findBySquareSuffixResponse>
  </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/findBySquareSuffix?Square=string&Suffix=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"?>
<SquareReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch">
  <Square>string</Square>
  <Suffix>string</Suffix>
  <Spatial_Extent>
    <xmax>string</xmax>
    <ymax>string</ymax>
    <xmin>string</xmin>
    <ymin>string</ymin>
  </Spatial_Extent>
  <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>
  <Address>
    <return_Address>
      <Object_ID>string</Object_ID>
    </return_Address>
    <return_Address>
      <Object_ID>string</Object_ID>
    </return_Address>
  </Address>
  <Error_Msg>string</Error_Msg>
</SquareReturnObject>

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

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

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