<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:d1p1="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://sureaddress.net/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.microsoft.com/ws/06/2004/policy/http" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" targetNamespace="http://sureaddress.net/" name="ISureAddressSoapService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema elementFormDefault="qualified" targetNamespace="http://sureaddress.net/">
      <xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" />
      <xsd:element name="PostRequest">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="request" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="PostRequestResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="PostRequestResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="SoapRequest">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="request" type="tns:AddressRequest" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="SoapRequestResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="SoapRequestResult" type="tns:AddressResponse" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="SoapRequestBatch">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="request" nillable="true" type="tns:ArrayOfAddressRequest" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="SoapRequestBatchResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="SoapRequestBatchResult" nillable="true" type="tns:ArrayOfAddressResponse" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="PostRequestBatch">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="request" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="PostRequestBatchResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="PostRequestBatchResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="VerifyAddress">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="ClientNumber" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="1" name="ValidationKey" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="1" name="PrimaryAddressLine" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="1" name="SecondaryAddressLine" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="1" name="City" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="1" name="State" type="xsd:string" />
            <xsd:element minOccurs="0" maxOccurs="1" name="ZIPCode" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="VerifyAddressResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="VerifyAddressResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="PostRequestSTO">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="request" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="PostRequestSTOResponse">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element minOccurs="0" maxOccurs="1" name="PostRequestSTOResult" type="xsd:string" />
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:complexType name="AddressRequest">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="1" name="ClientNumber" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="BusinessUnit" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="FirmName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ValidationKey" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="PrimaryAddressLine" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="SecondaryAddressLine" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="Urbanization" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="City" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="County" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="State" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPPlus4" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ClientTracking" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="MatchCount" type="xsd:int" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ResponseType" type="xsd:string" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="AddressResponse">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="1" name="ResultList" nillable="true" type="tns:ArrayOfAddressRecord" />
          <xsd:element minOccurs="0" maxOccurs="1" name="GeoCode" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="TopMatchUnique" type="xsd:boolean" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ClientNumber" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="BusinessUnit" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ClientTracking" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="ReturnCode" type="xsd:int" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Score" type="xsd:float" />
          <xsd:element minOccurs="0" maxOccurs="1" name="Message" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="FirmName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="PrimaryAddressLine" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="SecondaryAddressLine" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="City" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="County" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="State" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPPlus4" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Latitude" type="xsd:decimal" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Longitude" type="xsd:decimal" />
          <xsd:element minOccurs="1" maxOccurs="1" name="TimeZone" type="xsd:int" />
          <xsd:element minOccurs="1" maxOccurs="1" name="DayLightSaving" type="xsd:boolean" />
          <xsd:element minOccurs="1" maxOccurs="1" name="IsMatchLimitExceed" type="xsd:boolean" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ArrayOfAddressRequest">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="unbounded" nillable="true" name="AddressRequest" type="tns:AddressRequest" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ArrayOfAddressResponse">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="unbounded" nillable="true" name="AddressResponse" type="tns:AddressResponse" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ArrayOfAddressRecord">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="unbounded" nillable="true" name="AddressRecord" type="tns:AddressRecord" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="AddressRecord">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="1" name="CountyFIPS" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="PlaceFeatureID" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="UpdateKeyNumber" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="RecordTypeCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CarrierRouterID" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="StreetPreDirectional" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="StreetName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="StreetSuffix" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="StreetPostDirectional" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressPrimaryLow" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressPrimaryHigh" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressPrimaryEvenOddCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="FirmName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressSecondary" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressSecondaryLow" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressSecondaryHigh" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AddressSecondaryEvenOddCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="Plus4Low" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="Plus4High" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="BaseAlternateCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="LACSStatusIndicator" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="GovernmentBuildingIndicator" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="FinanceNumber" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CongressionalDistrictNumber" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="Urbanization" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="City" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="County" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="State" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZipClassCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasStreetPreDirectional" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasStreetSuffix" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasAddressLow" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasAddressHigh" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasStreetPostDirectional" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasAddressEvenOddCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="AliasStreetName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CityAbbreviation" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CountyFIPSCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="DeliveryPointBarCodeDigits" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Score" type="xsd:float" />
          <xsd:element minOccurs="1" maxOccurs="1" name="SeqNumber" type="xsd:int" />
          <xsd:element minOccurs="0" maxOccurs="1" name="PLLCityStateName" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Latitude" type="xsd:decimal" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Longitude" type="xsd:decimal" />
          <xsd:element minOccurs="1" maxOccurs="1" name="TimeZone" type="xsd:int" />
          <xsd:element minOccurs="1" maxOccurs="1" name="DayLightSaving" type="xsd:boolean" />
          <xsd:element minOccurs="0" maxOccurs="1" name="GeoCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPPlus4" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CityStates" nillable="true" type="tns:ArrayOfCityState" />
          <xsd:element minOccurs="0" maxOccurs="1" name="MatchScores" nillable="true" type="tns:ArrayOfMatchScore" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ArrayOfCityState">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="unbounded" nillable="true" name="CityState" type="tns:CityState" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ArrayOfMatchScore">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="unbounded" nillable="true" name="MatchScore" type="tns:MatchScore" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="CityState">
        <xsd:sequence>
          <xsd:element minOccurs="1" maxOccurs="1" name="SeqNumber" type="xsd:int" />
          <xsd:element minOccurs="0" maxOccurs="1" name="ZIPCode" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CityStateName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="PLLCityStateName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CityStateNameAbbr" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="PLLCityStateKey" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="CityStateKey" type="xsd:string" />
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="MatchScore">
        <xsd:sequence>
          <xsd:element minOccurs="0" maxOccurs="1" name="FieldName" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="InputValue" type="xsd:string" />
          <xsd:element minOccurs="0" maxOccurs="1" name="MatchValue" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Score" type="xsd:float" />
          <xsd:element minOccurs="0" maxOccurs="1" name="Message" type="xsd:string" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Weight" type="xsd:float" />
          <xsd:element minOccurs="1" maxOccurs="1" name="Similarity" type="xsd:float" />
        </xsd:sequence>
      </xsd:complexType>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="ISureAddressSoapService_PostRequest_InputMessage">
    <wsdl:part name="parameters" element="tns:PostRequest" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_PostRequest_OutputMessage">
    <wsdl:part name="parameters" element="tns:PostRequestResponse" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_SoapRequest_InputMessage">
    <wsdl:part name="parameters" element="tns:SoapRequest" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_SoapRequest_OutputMessage">
    <wsdl:part name="parameters" element="tns:SoapRequestResponse" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_SoapRequestBatch_InputMessage">
    <wsdl:part name="parameters" element="tns:SoapRequestBatch" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_SoapRequestBatch_OutputMessage">
    <wsdl:part name="parameters" element="tns:SoapRequestBatchResponse" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_PostRequestBatch_InputMessage">
    <wsdl:part name="parameters" element="tns:PostRequestBatch" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_PostRequestBatch_OutputMessage">
    <wsdl:part name="parameters" element="tns:PostRequestBatchResponse" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_VerifyAddress_InputMessage">
    <wsdl:part name="parameters" element="tns:VerifyAddress" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_VerifyAddress_OutputMessage">
    <wsdl:part name="parameters" element="tns:VerifyAddressResponse" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_PostRequestSTO_InputMessage">
    <wsdl:part name="parameters" element="tns:PostRequestSTO" />
  </wsdl:message>
  <wsdl:message name="ISureAddressSoapService_PostRequestSTO_OutputMessage">
    <wsdl:part name="parameters" element="tns:PostRequestSTOResponse" />
  </wsdl:message>
  <wsdl:portType name="ISureAddressSoapService">
    <wsdl:operation name="PostRequest">
      <wsdl:input message="tns:ISureAddressSoapService_PostRequest_InputMessage" />
      <wsdl:output message="tns:ISureAddressSoapService_PostRequest_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="SoapRequest">
      <wsdl:input message="tns:ISureAddressSoapService_SoapRequest_InputMessage" />
      <wsdl:output message="tns:ISureAddressSoapService_SoapRequest_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="SoapRequestBatch">
      <wsdl:input message="tns:ISureAddressSoapService_SoapRequestBatch_InputMessage" />
      <wsdl:output message="tns:ISureAddressSoapService_SoapRequestBatch_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="PostRequestBatch">
      <wsdl:input message="tns:ISureAddressSoapService_PostRequestBatch_InputMessage" />
      <wsdl:output message="tns:ISureAddressSoapService_PostRequestBatch_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="VerifyAddress">
      <wsdl:input message="tns:ISureAddressSoapService_VerifyAddress_InputMessage" />
      <wsdl:output message="tns:ISureAddressSoapService_VerifyAddress_OutputMessage" />
    </wsdl:operation>
    <wsdl:operation name="PostRequestSTO">
      <wsdl:input message="tns:ISureAddressSoapService_PostRequestSTO_InputMessage" />
      <wsdl:output message="tns:ISureAddressSoapService_PostRequestSTO_OutputMessage" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BasicHttpBinding_ISureAddressSoapService_soap" type="tns:ISureAddressSoapService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
    <wsdl:operation name="PostRequest">
      <soap:operation soapAction="http://sureaddress.net/ISureAddressSoapService/PostRequest" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      <wsdl:input>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SoapRequest">
      <soap:operation soapAction="http://sureaddress.net/ISureAddressSoapService/SoapRequest" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      <wsdl:input>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SoapRequestBatch">
      <soap:operation soapAction="http://sureaddress.net/ISureAddressSoapService/SoapRequestBatch" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      <wsdl:input>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PostRequestBatch">
      <soap:operation soapAction="http://sureaddress.net/ISureAddressSoapService/PostRequestBatch" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      <wsdl:input>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VerifyAddress">
      <soap:operation soapAction="http://sureaddress.net/ISureAddressSoapService/VerifyAddress" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      <wsdl:input>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PostRequestSTO">
      <soap:operation soapAction="http://sureaddress.net/ISureAddressSoapService/PostRequestSTO" style="document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      <wsdl:input>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="BasicHttpBinding_ISureAddressSoapService_soap12" type="tns:ISureAddressSoapService">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    <wsdl:operation name="PostRequest">
      <soap12:operation soapAction="http://sureaddress.net/ISureAddressSoapService/PostRequest" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      <wsdl:input>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SoapRequest">
      <soap12:operation soapAction="http://sureaddress.net/ISureAddressSoapService/SoapRequest" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      <wsdl:input>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SoapRequestBatch">
      <soap12:operation soapAction="http://sureaddress.net/ISureAddressSoapService/SoapRequestBatch" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      <wsdl:input>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PostRequestBatch">
      <soap12:operation soapAction="http://sureaddress.net/ISureAddressSoapService/PostRequestBatch" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      <wsdl:input>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="VerifyAddress">
      <soap12:operation soapAction="http://sureaddress.net/ISureAddressSoapService/VerifyAddress" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      <wsdl:input>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PostRequestSTO">
      <soap12:operation soapAction="http://sureaddress.net/ISureAddressSoapService/PostRequestSTO" style="document" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      <wsdl:input>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ISureAddressSoapService">
    <wsdl:port name="BasicHttpBinding_ISureAddressSoapService_soap" binding="tns:BasicHttpBinding_ISureAddressSoapService_soap">
      <soap:address location="https://api.sureaddress.net/sureaddress.asmx" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
    </wsdl:port>
    <wsdl:port name="BasicHttpBinding_ISureAddressSoapService_soap12" binding="tns:BasicHttpBinding_ISureAddressSoapService_soap12">
      <soap12:address location="https://api.sureaddress.net/sureaddress.asmx" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>