<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://ws.streetperfect.net/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://ws.streetperfect.net/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.streetperfect.net/">
      <s:element name="CorrectAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="asInGuid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="asInAddress" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="asInCity" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="asInProv" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="asInCode" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="asInCountry" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CorrectAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CorrectAddressResult" type="tns:ProcessedAddressStruct" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ProcessedAddressStruct">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="sStatus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Addresses" type="tns:ArrayOfAddressStruct" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfAddressStruct">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="AddressStruct" type="tns:AddressStruct" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="AddressStruct">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="sRange" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="sParity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="sStreetAddress" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="sCity" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="sProv" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="sCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="sCountry" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="SuggestAddress">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="asInGuid" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="asInCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SuggestAddressResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="SuggestAddressResult" type="tns:ProcessedAddressStruct" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CorrectAddressSoapIn">
    <wsdl:part name="parameters" element="tns:CorrectAddress" />
  </wsdl:message>
  <wsdl:message name="CorrectAddressSoapOut">
    <wsdl:part name="parameters" element="tns:CorrectAddressResponse" />
  </wsdl:message>
  <wsdl:message name="SuggestAddressSoapIn">
    <wsdl:part name="parameters" element="tns:SuggestAddress" />
  </wsdl:message>
  <wsdl:message name="SuggestAddressSoapOut">
    <wsdl:part name="parameters" element="tns:SuggestAddressResponse" />
  </wsdl:message>
  <wsdl:portType name="StreetPerfectSoap">
    <wsdl:operation name="CorrectAddress">
      <wsdl:input message="tns:CorrectAddressSoapIn" />
      <wsdl:output message="tns:CorrectAddressSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SuggestAddress">
      <wsdl:input message="tns:SuggestAddressSoapIn" />
      <wsdl:output message="tns:SuggestAddressSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="StreetPerfectSoap" type="tns:StreetPerfectSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="CorrectAddress">
      <soap:operation soapAction="http://ws.streetperfect.net/CorrectAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SuggestAddress">
      <soap:operation soapAction="http://ws.streetperfect.net/SuggestAddress" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="StreetPerfect">
    <wsdl:port name="StreetPerfectSoap" binding="tns:StreetPerfectSoap">
      <soap:address location="http://www.streetperfect.net/webservice/streetperfect.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>