<?xml version="1.0" ?>
<wsdl:definitions targetNamespace="http://maillocate.com/soap/mlns" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ml="http://maillocate.com/soap/mlns" xmlns:si="http://soapinterop.org/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://maillocate.com/soap/mlns" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <wsdl:types>
    <xsd:schema targetNamespace="http://maillocate.com/soap/mlns" xmlns="http://www.w3.org/2001/XMLSchema">
      <xsd:complexType name="ArrayOfstring">
        <xsd:complexContent>
          <xsd:restriction base="SOAP-ENC:Array">
            <xsd:attribute arrayType="string[]" ref="SOAP-ENC:arrayType"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="LookupResult">
        <xsd:all>
          <xsd:element name="query" type="string"/>
          <xsd:element name="result" type="string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="ArrayOfLookupResult">
        <xsd:complexContent>
          <xsd:restriction base="SOAP-ENC:Array">
            <xsd:attribute arrayType="ml:LookupResult[]" ref="SOAP-ENC:arrayType"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="address_searchRequest">
    <wsdl:part name="id" type="xsd:int"/>
    <wsdl:part name="v1" type="xsd:int"/>
    <wsdl:part name="v2" type="xsd:int"/>
    <wsdl:part name="encoding" type="xsd:string"/>
    <wsdl:part name="emails" type="tns:ArrayOfstring"/>
  </wsdl:message>
  <wsdl:message name="address_searchResponse">
    <wsdl:part name="return" type="tns:ArrayOfLookupResult"/>
  </wsdl:message>
  <wsdl:message name="address_search_asRequest">
    <wsdl:part name="id" type="xsd:int"/>
    <wsdl:part name="v1" type="xsd:int"/>
    <wsdl:part name="v2" type="xsd:int"/>
    <wsdl:part name="encoding" type="xsd:string"/>
    <wsdl:part name="emails" type="tns:ArrayOfstring"/>
    <wsdl:part name="search_as" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="address_search_asResponse">
    <wsdl:part name="return" type="tns:ArrayOfLookupResult"/>
  </wsdl:message>
  <wsdl:portType name="MailLocatePortType">
    <wsdl:operation name="address_search">
      <wsdl:input message="tns:address_searchRequest"/>
      <wsdl:output message="tns:address_searchResponse"/>
    </wsdl:operation>
    <wsdl:operation name="address_search_as">
      <wsdl:input message="tns:address_search_asRequest"/>
      <wsdl:output message="tns:address_search_asResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="MailLocateBinding" type="tns:MailLocatePortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="address_search">
      <soap:operation soapAction="http://www.maillocate.com/soap/index.php" style="rpc"/>
      <wsdl:input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://maillocate.com/soap/mlns" use="encoded"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://maillocate.com/soap/mlns" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="address_search_as">
      <soap:operation soapAction="http://www.maillocate.com/soap/index.php" style="rpc"/>
      <wsdl:input>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://maillocate.com/soap/mlns" use="encoded"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://maillocate.com/soap/mlns" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="MailLocate">
    <wsdl:port binding="tns:MailLocateBinding" name="MailLocatePort">
      <soap:address location="http://www.maillocate.com/soap/index.php"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

