<?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="http://www.ilion-strategies.com/" 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="http://www.ilion-strategies.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Phone Number Validation Service</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.ilion-strategies.com/">
      <s:element name="chkPhone">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PhoneNumMX" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="AccessKey" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="chkPhoneResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="chkPhoneResult" type="tns:RevisedPhone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="RevisedPhone">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Status" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="StatusDescription" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CensusKey" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Municipality" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Region" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ASL" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AreaCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="NetworkType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Modality" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OperatedBy" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PreviousAreaCode" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="chkPhoneWithVariants">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PhoneNumMX" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="AccessKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="AllowLessThan10Digits" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="chkPhoneWithVariantsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="chkPhoneWithVariantsResult" type="tns:RevisedPhone" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getRemainingHits">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AccessKey" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getRemainingHitsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getRemainingHitsResult" type="tns:LicenseInformation" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="LicenseInformation">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="LicenseStatusCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LicenseStatus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LicenseInfo" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="RemainingHits" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AccessCount" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="chkPhoneSoapIn">
    <wsdl:part name="parameters" element="tns:chkPhone" />
  </wsdl:message>
  <wsdl:message name="chkPhoneSoapOut">
    <wsdl:part name="parameters" element="tns:chkPhoneResponse" />
  </wsdl:message>
  <wsdl:message name="chkPhoneWithVariantsSoapIn">
    <wsdl:part name="parameters" element="tns:chkPhoneWithVariants" />
  </wsdl:message>
  <wsdl:message name="chkPhoneWithVariantsSoapOut">
    <wsdl:part name="parameters" element="tns:chkPhoneWithVariantsResponse" />
  </wsdl:message>
  <wsdl:message name="getRemainingHitsSoapIn">
    <wsdl:part name="parameters" element="tns:getRemainingHits" />
  </wsdl:message>
  <wsdl:message name="getRemainingHitsSoapOut">
    <wsdl:part name="parameters" element="tns:getRemainingHitsResponse" />
  </wsdl:message>
  <wsdl:portType name="ValidPhoneMXSoap">
    <wsdl:operation name="chkPhone">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validates Mexico's Phone Numbers</wsdl:documentation>
      <wsdl:input message="tns:chkPhoneSoapIn" />
      <wsdl:output message="tns:chkPhoneSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="chkPhoneWithVariants">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validates Mexico's Phone Numbers</wsdl:documentation>
      <wsdl:input message="tns:chkPhoneWithVariantsSoapIn" />
      <wsdl:output message="tns:chkPhoneWithVariantsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getRemainingHits">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns license information</wsdl:documentation>
      <wsdl:input message="tns:getRemainingHitsSoapIn" />
      <wsdl:output message="tns:getRemainingHitsSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ValidPhoneMXSoap" type="tns:ValidPhoneMXSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="chkPhone">
      <soap:operation soapAction="http://www.ilion-strategies.com/chkPhone" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="chkPhoneWithVariants">
      <soap:operation soapAction="http://www.ilion-strategies.com/chkPhoneWithVariants" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getRemainingHits">
      <soap:operation soapAction="http://www.ilion-strategies.com/getRemainingHits" 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="ValidPhoneMXSoap12" type="tns:ValidPhoneMXSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="chkPhone">
      <soap12:operation soapAction="http://www.ilion-strategies.com/chkPhone" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="chkPhoneWithVariants">
      <soap12:operation soapAction="http://www.ilion-strategies.com/chkPhoneWithVariants" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getRemainingHits">
      <soap12:operation soapAction="http://www.ilion-strategies.com/getRemainingHits" 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="ValidPhoneMX">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Phone Number Validation Service</wsdl:documentation>
    <wsdl:port name="ValidPhoneMXSoap" binding="tns:ValidPhoneMXSoap">
      <soap:address location="http://www.ilion-strategies.com/ws/validphonemx.asmx" />
    </wsdl:port>
    <wsdl:port name="ValidPhoneMXSoap12" binding="tns:ValidPhoneMXSoap12">
      <soap12:address location="http://www.ilion-strategies.com/ws/validphonemx.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>