<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="EmailValidate" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="EmailValidate" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">EmailValidate - Email address validation web service</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="EmailValidate">
      <s:element name="EmailValidate">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccountID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="AccountKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="EmailValidateResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="EmailValidateResult" type="tns:Response" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Response">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ResponseCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ResponseMessage" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="EmailStatus" type="tns:ArrayOfEmailStatus" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfEmailStatus">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="EmailStatus" nillable="true" type="tns:EmailStatus" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="EmailStatus">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IsSyntaxValid" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="IsMXRecordValid" type="s:boolean" />
          <s:element minOccurs="1" maxOccurs="1" name="IsSMTPValid" type="s:boolean" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="EmailValidateSoapIn">
    <wsdl:part name="parameters" element="tns:EmailValidate" />
  </wsdl:message>
  <wsdl:message name="EmailValidateSoapOut">
    <wsdl:part name="parameters" element="tns:EmailValidateResponse" />
  </wsdl:message>
  <wsdl:portType name="APISoap">
    <wsdl:operation name="EmailValidate">
      <wsdl:input message="tns:EmailValidateSoapIn" />
      <wsdl:output message="tns:EmailValidateSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="APISoap" type="tns:APISoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EmailValidate">
      <soap:operation soapAction="EmailValidate/EmailValidate" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="APISoap12" type="tns:APISoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="EmailValidate">
      <soap12:operation soapAction="EmailValidate/EmailValidate" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="API">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">EmailValidate - Email address validation web service</wsdl:documentation>
    <wsdl:port name="APISoap" binding="tns:APISoap">
      <soap:address location="http://www.emailvalidate.net/API.asmx" />
    </wsdl:port>
    <wsdl:port name="APISoap12" binding="tns:APISoap12">
      <soap12:address location="http://www.emailvalidate.net/API.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>