<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://authenticatorapi.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://authenticatorapi.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://authenticatorapi.com/">
      <s:element name="Pair">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="appName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="appInfo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="secretCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PairResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PairResult" type="tns:PairingInfo" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="PairingInfo">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ManualSetupCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Html" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="ValidatePin">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="pin" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="secretCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ValidatePinResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="ValidatePinResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PairingInfo" nillable="true" type="tns:PairingInfo" />
      <s:element name="boolean" type="s:boolean" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="PairSoapIn">
    <wsdl:part name="parameters" element="tns:Pair" />
  </wsdl:message>
  <wsdl:message name="PairSoapOut">
    <wsdl:part name="parameters" element="tns:PairResponse" />
  </wsdl:message>
  <wsdl:message name="ValidatePinSoapIn">
    <wsdl:part name="parameters" element="tns:ValidatePin" />
  </wsdl:message>
  <wsdl:message name="ValidatePinSoapOut">
    <wsdl:part name="parameters" element="tns:ValidatePinResponse" />
  </wsdl:message>
  <wsdl:message name="PairHttpGetIn">
    <wsdl:part name="appName" type="s:string" />
    <wsdl:part name="appInfo" type="s:string" />
    <wsdl:part name="secretCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PairHttpGetOut">
    <wsdl:part name="Body" element="tns:PairingInfo" />
  </wsdl:message>
  <wsdl:message name="ValidatePinHttpGetIn">
    <wsdl:part name="pin" type="s:string" />
    <wsdl:part name="secretCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ValidatePinHttpGetOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:message name="PairHttpPostIn">
    <wsdl:part name="appName" type="s:string" />
    <wsdl:part name="appInfo" type="s:string" />
    <wsdl:part name="secretCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PairHttpPostOut">
    <wsdl:part name="Body" element="tns:PairingInfo" />
  </wsdl:message>
  <wsdl:message name="ValidatePinHttpPostIn">
    <wsdl:part name="pin" type="s:string" />
    <wsdl:part name="secretCode" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ValidatePinHttpPostOut">
    <wsdl:part name="Body" element="tns:boolean" />
  </wsdl:message>
  <wsdl:portType name="AuthenticatorAPISoap">
    <wsdl:operation name="Pair">
      <wsdl:input message="tns:PairSoapIn" />
      <wsdl:output message="tns:PairSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <wsdl:input message="tns:ValidatePinSoapIn" />
      <wsdl:output message="tns:ValidatePinSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AuthenticatorAPIHttpGet">
    <wsdl:operation name="Pair">
      <wsdl:input message="tns:PairHttpGetIn" />
      <wsdl:output message="tns:PairHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <wsdl:input message="tns:ValidatePinHttpGetIn" />
      <wsdl:output message="tns:ValidatePinHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AuthenticatorAPIHttpPost">
    <wsdl:operation name="Pair">
      <wsdl:input message="tns:PairHttpPostIn" />
      <wsdl:output message="tns:PairHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <wsdl:input message="tns:ValidatePinHttpPostIn" />
      <wsdl:output message="tns:ValidatePinHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AuthenticatorAPISoap" type="tns:AuthenticatorAPISoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Pair">
      <soap:operation soapAction="http://authenticatorapi.com/Pair" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <soap:operation soapAction="http://authenticatorapi.com/ValidatePin" 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="AuthenticatorAPISoap12" type="tns:AuthenticatorAPISoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Pair">
      <soap12:operation soapAction="http://authenticatorapi.com/Pair" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <soap12:operation soapAction="http://authenticatorapi.com/ValidatePin" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AuthenticatorAPIHttpGet" type="tns:AuthenticatorAPIHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="Pair">
      <http:operation location="/Pair" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <http:operation location="/ValidatePin" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AuthenticatorAPIHttpPost" type="tns:AuthenticatorAPIHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="Pair">
      <http:operation location="/Pair" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidatePin">
      <http:operation location="/ValidatePin" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AuthenticatorAPI">
    <wsdl:port name="AuthenticatorAPISoap" binding="tns:AuthenticatorAPISoap">
      <soap:address location="http://www.authenticatorapi.com/api.asmx" />
    </wsdl:port>
    <wsdl:port name="AuthenticatorAPISoap12" binding="tns:AuthenticatorAPISoap12">
      <soap12:address location="http://www.authenticatorapi.com/api.asmx" />
    </wsdl:port>
    <wsdl:port name="AuthenticatorAPIHttpGet" binding="tns:AuthenticatorAPIHttpGet">
      <http:address location="http://www.authenticatorapi.com/api.asmx" />
    </wsdl:port>
    <wsdl:port name="AuthenticatorAPIHttpPost" binding="tns:AuthenticatorAPIHttpPost">
      <http:address location="http://www.authenticatorapi.com/api.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>