<?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://www.AutoScribe.com/WebServices/SSNKeyService" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.AutoScribe.com/WebServices/SSNKeyService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.AutoScribe.com/WebServices/SSNKeyService">
      <s:element name="ValidateSSN">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ssn" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ValidateSSNResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ValidateSSNResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Logon">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="companyID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LogonResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="LogonResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Logoff">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LogoffResponse">
        <s:complexType />
      </s:element>
      <s:element name="RequiredLogon">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="RequiredLogonResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="RequiredLogonResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindCompanyID">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="wildcard" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindCompanyIDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="FindCompanyIDResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindASCompanyID">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="serialNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="payeeCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FindASCompanyIDResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="FindASCompanyIDResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ValidateSSNSoapIn">
    <wsdl:part name="parameters" element="tns:ValidateSSN" />
  </wsdl:message>
  <wsdl:message name="ValidateSSNSoapOut">
    <wsdl:part name="parameters" element="tns:ValidateSSNResponse" />
  </wsdl:message>
  <wsdl:message name="LogonSoapIn">
    <wsdl:part name="parameters" element="tns:Logon" />
  </wsdl:message>
  <wsdl:message name="LogonSoapOut">
    <wsdl:part name="parameters" element="tns:LogonResponse" />
  </wsdl:message>
  <wsdl:message name="LogoffSoapIn">
    <wsdl:part name="parameters" element="tns:Logoff" />
  </wsdl:message>
  <wsdl:message name="LogoffSoapOut">
    <wsdl:part name="parameters" element="tns:LogoffResponse" />
  </wsdl:message>
  <wsdl:message name="RequiredLogonSoapIn">
    <wsdl:part name="parameters" element="tns:RequiredLogon" />
  </wsdl:message>
  <wsdl:message name="RequiredLogonSoapOut">
    <wsdl:part name="parameters" element="tns:RequiredLogonResponse" />
  </wsdl:message>
  <wsdl:message name="FindCompanyIDSoapIn">
    <wsdl:part name="parameters" element="tns:FindCompanyID" />
  </wsdl:message>
  <wsdl:message name="FindCompanyIDSoapOut">
    <wsdl:part name="parameters" element="tns:FindCompanyIDResponse" />
  </wsdl:message>
  <wsdl:message name="FindASCompanyIDSoapIn">
    <wsdl:part name="parameters" element="tns:FindASCompanyID" />
  </wsdl:message>
  <wsdl:message name="FindASCompanyIDSoapOut">
    <wsdl:part name="parameters" element="tns:FindASCompanyIDResponse" />
  </wsdl:message>
  <wsdl:portType name="SSNKeyServiceSoap">
    <wsdl:operation name="ValidateSSN">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Validate SSN Number.</documentation>
      <wsdl:input message="tns:ValidateSSNSoapIn" />
      <wsdl:output message="tns:ValidateSSNSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Logon">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Logon to service</documentation>
      <wsdl:input message="tns:LogonSoapIn" />
      <wsdl:output message="tns:LogonSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Logoff">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Log out user.</documentation>
      <wsdl:input message="tns:LogoffSoapIn" />
      <wsdl:output message="tns:LogoffSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="RequiredLogon">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Has a session expired?</documentation>
      <wsdl:input message="tns:RequiredLogonSoapIn" />
      <wsdl:output message="tns:RequiredLogonSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindCompanyID">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Find my company ID using wild card name search (%)</documentation>
      <wsdl:input message="tns:FindCompanyIDSoapIn" />
      <wsdl:output message="tns:FindCompanyIDSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="FindASCompanyID">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Find company identifier using AutoScribe serial number and payee code.</documentation>
      <wsdl:input message="tns:FindASCompanyIDSoapIn" />
      <wsdl:output message="tns:FindASCompanyIDSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SSNKeyServiceSoap" type="tns:SSNKeyServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="ValidateSSN">
      <soap:operation soapAction="http://www.AutoScribe.com/WebServices/SSNKeyService/ValidateSSN" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Logon">
      <soap:operation soapAction="http://www.AutoScribe.com/WebServices/SSNKeyService/Logon" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Logoff">
      <soap:operation soapAction="http://www.AutoScribe.com/WebServices/SSNKeyService/Logoff" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RequiredLogon">
      <soap:operation soapAction="http://www.AutoScribe.com/WebServices/SSNKeyService/RequiredLogon" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindCompanyID">
      <soap:operation soapAction="http://www.AutoScribe.com/WebServices/SSNKeyService/FindCompanyID" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="FindASCompanyID">
      <soap:operation soapAction="http://www.AutoScribe.com/WebServices/SSNKeyService/FindASCompanyID" 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="SSNKeyService">
    <wsdl:port name="SSNKeyServiceSoap" binding="tns:SSNKeyServiceSoap">
      <soap:address location="http://www.lyonsreg.com/webservices/ssn/SSNKeyService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>