SSLSearch
Click here for a complete list of operations.
findBySquareSuffixLot
Accepts three input parameters: square, suffix, and lot. The square is required. It returns the Condos, Addresses and Air Rights, Tax, Parcel, Record and Reservation lots associated with the input SSL. For example:
Square=3538, Suffix=E, Lot=0802
Square=3206, Lot=79
Square=PAR, Suffix=0155, Lot=0258
Square=RES, Lot=0007
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/findBySquareSuffixLot" <?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> <findBySquareSuffixLot xmlns="http://tempuri.org/PropertyWS/SSLSearch"> <Square>string</Square> <Suffix>string</Suffix> <Lot>string</Lot> </findBySquareSuffixLot> </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> <findBySquareSuffixLotResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch"> <findBySquareSuffixLotResult> <Lot_Type>string</Lot_Type> <Square>string</Square> <Suffix>string</Suffix> <Lot>string</Lot> <SSL>string</SSL> <PAR>string</PAR> <RES>string</RES> <IN_COL>string</IN_COL> <Spatial_Extent> <xmax>string</xmax> <ymax>string</ymax> <xmin>string</xmin> <ymin>string</ymin> </Spatial_Extent> <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> <Condo> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> </Condo> <Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> </Address> <Condo_X>string</Condo_X> <Condo_Y>string</Condo_Y> <Condo_Lots> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> </Condo_Lots> <Condo_Address> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> </Condo_Address> <Error_Msg>string</Error_Msg> </findBySquareSuffixLotResult> </findBySquareSuffixLotResponse> </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> <findBySquareSuffixLot xmlns="http://tempuri.org/PropertyWS/SSLSearch"> <Square>string</Square> <Suffix>string</Suffix> <Lot>string</Lot> </findBySquareSuffixLot> </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> <findBySquareSuffixLotResponse xmlns="http://tempuri.org/PropertyWS/SSLSearch"> <findBySquareSuffixLotResult> <Lot_Type>string</Lot_Type> <Square>string</Square> <Suffix>string</Suffix> <Lot>string</Lot> <SSL>string</SSL> <PAR>string</PAR> <RES>string</RES> <IN_COL>string</IN_COL> <Spatial_Extent> <xmax>string</xmax> <ymax>string</ymax> <xmin>string</xmin> <ymin>string</ymin> </Spatial_Extent> <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> <Condo> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> </Condo> <Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> </Address> <Condo_X>string</Condo_X> <Condo_Y>string</Condo_Y> <Condo_Lots> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> </Condo_Lots> <Condo_Address> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> </Condo_Address> <Error_Msg>string</Error_Msg> </findBySquareSuffixLotResult> </findBySquareSuffixLotResponse> </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/findBySquareSuffixLot?Square=string&Suffix=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"?> <SSLReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch"> <Lot_Type>string</Lot_Type> <Square>string</Square> <Suffix>string</Suffix> <Lot>string</Lot> <SSL>string</SSL> <PAR>string</PAR> <RES>string</RES> <IN_COL>string</IN_COL> <Spatial_Extent> <xmax>string</xmax> <ymax>string</ymax> <xmin>string</xmin> <ymin>string</ymin> </Spatial_Extent> <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> <Condo> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> </Condo> <Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> </Address> <Condo_X>string</Condo_X> <Condo_Y>string</Condo_Y> <Condo_Lots> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> </Condo_Lots> <Condo_Address> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> </Condo_Address> <Error_Msg>string</Error_Msg> </SSLReturnObject>
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/findBySquareSuffixLot HTTP/1.1 Host: geospatial.dcgis.dc.gov Content-Type: application/x-www-form-urlencoded Content-Length: length Square=string&Suffix=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"?> <SSLReturnObject xmlns="http://tempuri.org/PropertyWS/SSLSearch"> <Lot_Type>string</Lot_Type> <Square>string</Square> <Suffix>string</Suffix> <Lot>string</Lot> <SSL>string</SSL> <PAR>string</PAR> <RES>string</RES> <IN_COL>string</IN_COL> <Spatial_Extent> <xmax>string</xmax> <ymax>string</ymax> <xmin>string</xmin> <ymin>string</ymin> </Spatial_Extent> <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> <Condo> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> <return_CondoLot> <UnitNum>string</UnitNum> <Address>string</Address> </return_CondoLot> </Condo> <Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> <return_Address> <Object_ID>string</Object_ID> </return_Address> </Address> <Condo_X>string</Condo_X> <Condo_Y>string</Condo_Y> <Condo_Lots> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> <LotObject> <Lot>string</Lot> <SourceLayer>string</SourceLayer> </LotObject> </Condo_Lots> <Condo_Address> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> <return_CondoAddress> <SSL>string</SSL> <UnitNum>string</UnitNum> </return_CondoAddress> </Condo_Address> <Error_Msg>string</Error_Msg> </SSLReturnObject>