<?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="https://api.docverify.com/" xmlns:s1="http://microsoft.com/wsdl/types/" 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="https://api.docverify.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The DocVerify API Web Services allows developers to utilize most of DocVerify's functionality from this API. The DocVerify service can be accessed from any environment including VB, .NET, Java, C# and SOAP.&lt;br /&gt;&lt;br /&gt;You must have a DocVerify account in order to use the API. &lt;a href="https://www.docverify.com/tabid/83/Default.aspx"&gt;Sign up now&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please read the official DocVerify API documentation &lt;a href="https://sites.google.com/site/docverifyapi/home"&gt;here&lt;/a&gt;.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="https://api.docverify.com/">
      <s:import namespace="http://microsoft.com/wsdl/types/" />
      <s:element name="GetVersion">
        <s:complexType />
      </s:element>
      <s:element name="GetVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAuthToken">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetAuthTokenResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAuthTokenResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddNewDocument">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Document" type="s:base64Binary" />
            <s:element minOccurs="1" maxOccurs="1" name="creditType" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="DocumentName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddNewDocumentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AddNewDocumentResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddNewDocumentESign">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Document" type="s:base64Binary" />
            <s:element minOccurs="1" maxOccurs="1" name="creditType" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="DocumentName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Emails" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ReqOwnerESign" type="s:boolean" />
            <s:element minOccurs="1" maxOccurs="1" name="OwnerESignFirst" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="SecretWord" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddNewDocumentESignResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AddNewDocumentESignResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDocumentStatus">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DocVerifyID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDocumentStatusResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDocumentStatusResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDocument">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DocVerifyID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDocumentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDocumentResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSchedule">
        <s:complexType />
      </s:element>
      <s:element name="GetScheduleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetScheduleResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddQuickNote">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="QuickNoteMessage" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddQuickNoteResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AddQuickNoteResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetESignList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ListType" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="MaxItems" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetESignListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetESignListResult" type="tns:ArrayOfESignList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfESignList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ESignList" nillable="true" type="tns:ESignList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ESignList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="DocumentName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="CreatedDate" type="s:dateTime" />
          <s:element minOccurs="1" maxOccurs="1" name="DocVerifyID" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="OrigDocVerifyID" type="s1:guid" />
          <s:element minOccurs="0" maxOccurs="1" name="Email" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SecretWord" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetDocumentDetails">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DocVerifyID" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDocumentDetailsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDocumentDetailsResult" type="tns:DetailsInfo" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="DetailsInfo">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="DocumentName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CreatedDate" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ClientID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Pages" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="OriginalDocumentName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Errors" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ValidateDocument">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiSig" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DocVerifyDocument" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ValidateDocumentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ValidateDocumentResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
      <s:simpleType name="guid">
        <s:restriction base="s:string">
          <s:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
        </s:restriction>
      </s:simpleType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetVersion" />
  </wsdl:message>
  <wsdl:message name="GetVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetVersionResponse" />
  </wsdl:message>
  <wsdl:message name="GetAuthTokenSoapIn">
    <wsdl:part name="parameters" element="tns:GetAuthToken" />
  </wsdl:message>
  <wsdl:message name="GetAuthTokenSoapOut">
    <wsdl:part name="parameters" element="tns:GetAuthTokenResponse" />
  </wsdl:message>
  <wsdl:message name="AddNewDocumentSoapIn">
    <wsdl:part name="parameters" element="tns:AddNewDocument" />
  </wsdl:message>
  <wsdl:message name="AddNewDocumentSoapOut">
    <wsdl:part name="parameters" element="tns:AddNewDocumentResponse" />
  </wsdl:message>
  <wsdl:message name="AddNewDocumentESignSoapIn">
    <wsdl:part name="parameters" element="tns:AddNewDocumentESign" />
  </wsdl:message>
  <wsdl:message name="AddNewDocumentESignSoapOut">
    <wsdl:part name="parameters" element="tns:AddNewDocumentESignResponse" />
  </wsdl:message>
  <wsdl:message name="GetDocumentStatusSoapIn">
    <wsdl:part name="parameters" element="tns:GetDocumentStatus" />
  </wsdl:message>
  <wsdl:message name="GetDocumentStatusSoapOut">
    <wsdl:part name="parameters" element="tns:GetDocumentStatusResponse" />
  </wsdl:message>
  <wsdl:message name="GetDocumentSoapIn">
    <wsdl:part name="parameters" element="tns:GetDocument" />
  </wsdl:message>
  <wsdl:message name="GetDocumentSoapOut">
    <wsdl:part name="parameters" element="tns:GetDocumentResponse" />
  </wsdl:message>
  <wsdl:message name="GetScheduleSoapIn">
    <wsdl:part name="parameters" element="tns:GetSchedule" />
  </wsdl:message>
  <wsdl:message name="GetScheduleSoapOut">
    <wsdl:part name="parameters" element="tns:GetScheduleResponse" />
  </wsdl:message>
  <wsdl:message name="AddQuickNoteSoapIn">
    <wsdl:part name="parameters" element="tns:AddQuickNote" />
  </wsdl:message>
  <wsdl:message name="AddQuickNoteSoapOut">
    <wsdl:part name="parameters" element="tns:AddQuickNoteResponse" />
  </wsdl:message>
  <wsdl:message name="GetESignListSoapIn">
    <wsdl:part name="parameters" element="tns:GetESignList" />
  </wsdl:message>
  <wsdl:message name="GetESignListSoapOut">
    <wsdl:part name="parameters" element="tns:GetESignListResponse" />
  </wsdl:message>
  <wsdl:message name="GetDocumentDetailsSoapIn">
    <wsdl:part name="parameters" element="tns:GetDocumentDetails" />
  </wsdl:message>
  <wsdl:message name="GetDocumentDetailsSoapOut">
    <wsdl:part name="parameters" element="tns:GetDocumentDetailsResponse" />
  </wsdl:message>
  <wsdl:message name="ValidateDocumentSoapIn">
    <wsdl:part name="parameters" element="tns:ValidateDocument" />
  </wsdl:message>
  <wsdl:message name="ValidateDocumentSoapOut">
    <wsdl:part name="parameters" element="tns:ValidateDocumentResponse" />
  </wsdl:message>
  <wsdl:portType name="DocVerify_x0020_Web_x0020_ServiceSoap">
    <wsdl:operation name="GetVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current version of the API</wsdl:documentation>
      <wsdl:input message="tns:GetVersionSoapIn" />
      <wsdl:output message="tns:GetVersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetAuthToken">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the authentication token required for access to the API</wsdl:documentation>
      <wsdl:input message="tns:GetAuthTokenSoapIn" />
      <wsdl:output message="tns:GetAuthTokenSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AddNewDocument">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Add a new DocVerify document</wsdl:documentation>
      <wsdl:input message="tns:AddNewDocumentSoapIn" />
      <wsdl:output message="tns:AddNewDocumentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AddNewDocumentESign">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Add a new DocVerify document and also request E-Sign</wsdl:documentation>
      <wsdl:input message="tns:AddNewDocumentESignSoapIn" />
      <wsdl:output message="tns:AddNewDocumentESignSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDocumentStatus">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current processing status of a DocVerify document</wsdl:documentation>
      <wsdl:input message="tns:GetDocumentStatusSoapIn" />
      <wsdl:output message="tns:GetDocumentStatusSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDocument">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns your DocVerify document or a DocVerify document being shared with you.&lt;br /&gt;You cannot download documents you do not own or do not have permissions to.</wsdl:documentation>
      <wsdl:input message="tns:GetDocumentSoapIn" />
      <wsdl:output message="tns:GetDocumentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSchedule">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current version of the API</wsdl:documentation>
      <wsdl:input message="tns:GetScheduleSoapIn" />
      <wsdl:output message="tns:GetScheduleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AddQuickNote">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Create a new Quick Note</wsdl:documentation>
      <wsdl:input message="tns:AddQuickNoteSoapIn" />
      <wsdl:output message="tns:AddQuickNoteSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetESignList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns the current list of E-Sign requests</wsdl:documentation>
      <wsdl:input message="tns:GetESignListSoapIn" />
      <wsdl:output message="tns:GetESignListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetDocumentDetails">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns your DocVerify document details.</wsdl:documentation>
      <wsdl:input message="tns:GetDocumentDetailsSoapIn" />
      <wsdl:output message="tns:GetDocumentDetailsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ValidateDocument">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Validates a DocVerify document for authenticity and integrity</wsdl:documentation>
      <wsdl:input message="tns:ValidateDocumentSoapIn" />
      <wsdl:output message="tns:ValidateDocumentSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DocVerify_x0020_Web_x0020_ServiceSoap" type="tns:DocVerify_x0020_Web_x0020_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVersion">
      <soap:operation soapAction="https://api.docverify.com/GetVersion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAuthToken">
      <soap:operation soapAction="https://api.docverify.com/GetAuthToken" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddNewDocument">
      <soap:operation soapAction="https://api.docverify.com/AddNewDocument" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddNewDocumentESign">
      <soap:operation soapAction="https://api.docverify.com/AddNewDocumentESign" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDocumentStatus">
      <soap:operation soapAction="https://api.docverify.com/GetDocumentStatus" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDocument">
      <soap:operation soapAction="https://api.docverify.com/GetDocument" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSchedule">
      <soap:operation soapAction="https://api.docverify.com/GetSchedule" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddQuickNote">
      <soap:operation soapAction="https://api.docverify.com/AddQuickNote" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetESignList">
      <soap:operation soapAction="https://api.docverify.com/GetESignList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDocumentDetails">
      <soap:operation soapAction="https://api.docverify.com/GetDocumentDetails" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidateDocument">
      <soap:operation soapAction="https://api.docverify.com/ValidateDocument" 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="DocVerify_x0020_Web_x0020_ServiceSoap12" type="tns:DocVerify_x0020_Web_x0020_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVersion">
      <soap12:operation soapAction="https://api.docverify.com/GetVersion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetAuthToken">
      <soap12:operation soapAction="https://api.docverify.com/GetAuthToken" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddNewDocument">
      <soap12:operation soapAction="https://api.docverify.com/AddNewDocument" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddNewDocumentESign">
      <soap12:operation soapAction="https://api.docverify.com/AddNewDocumentESign" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDocumentStatus">
      <soap12:operation soapAction="https://api.docverify.com/GetDocumentStatus" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDocument">
      <soap12:operation soapAction="https://api.docverify.com/GetDocument" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSchedule">
      <soap12:operation soapAction="https://api.docverify.com/GetSchedule" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddQuickNote">
      <soap12:operation soapAction="https://api.docverify.com/AddQuickNote" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetESignList">
      <soap12:operation soapAction="https://api.docverify.com/GetESignList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetDocumentDetails">
      <soap12:operation soapAction="https://api.docverify.com/GetDocumentDetails" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ValidateDocument">
      <soap12:operation soapAction="https://api.docverify.com/ValidateDocument" 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="DocVerify_x0020_Web_x0020_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">The DocVerify API Web Services allows developers to utilize most of DocVerify's functionality from this API. The DocVerify service can be accessed from any environment including VB, .NET, Java, C# and SOAP.&lt;br /&gt;&lt;br /&gt;You must have a DocVerify account in order to use the API. &lt;a href="https://www.docverify.com/tabid/83/Default.aspx"&gt;Sign up now&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please read the official DocVerify API documentation &lt;a href="https://sites.google.com/site/docverifyapi/home"&gt;here&lt;/a&gt;.</wsdl:documentation>
    <wsdl:port name="DocVerify_x0020_Web_x0020_ServiceSoap" binding="tns:DocVerify_x0020_Web_x0020_ServiceSoap">
      <soap:address location="https://api.docverify.com/dvapi.asmx" />
    </wsdl:port>
    <wsdl:port name="DocVerify_x0020_Web_x0020_ServiceSoap12" binding="tns:DocVerify_x0020_Web_x0020_ServiceSoap12">
      <soap12:address location="https://api.docverify.com/dvapi.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>