<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsOffLineSyncservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:OtnSysUtils">
  <types>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfInt">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="DownLoadTable0Request">
    <part name="aTableName" type="xs:string"/>
    <part name="Adate" type="xs:dateTime"/>
  </message>
  <message name="DownLoadTable0Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetConfTableListToDownLoad1Request"/>
  <message name="GetConfTableListToDownLoad1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetLastTicketId2Request"/>
  <message name="GetLastTicketId2Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckDownLoadTable3Request">
    <part name="aTableName" type="xs:string"/>
    <part name="Adate" type="xs:dateTime"/>
  </message>
  <message name="CheckDownLoadTable3Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="GetQueryValue4Request">
    <part name="ASql" type="xs:string"/>
    <part name="AFieldName" type="xs:string"/>
  </message>
  <message name="GetQueryValue4Response">
    <part name="return" type="xs:anyType"/>
  </message>
  <message name="GetQueryCds5Request">
    <part name="ASql" type="xs:string"/>
  </message>
  <message name="GetQueryCds5Response">
    <part name="return" type="xs:base64Binary"/>
  </message>
  <message name="GetQueryIds6Request">
    <part name="ASql" type="xs:string"/>
  </message>
  <message name="GetQueryIds6Response">
    <part name="return" type="ns1:TArrayOfInt"/>
  </message>
  <message name="ExecuteSql7Request">
    <part name="ASql" type="xs:string"/>
  </message>
  <message name="ExecuteSql7Response"/>
  <message name="FixOriginalBiomInfo8Request">
    <part name="ABiometricId" type="xs:int"/>
    <part name="ABiometricLen" type="xs:int"/>
    <part name="ABiometricInfo" type="xs:base64Binary"/>
    <part name="AEnrollmentDate" type="xs:dateTime"/>
  </message>
  <message name="FixOriginalBiomInfo8Response"/>
  <message name="UploadBiometric9Request">
    <part name="AXmlBioString" type="xs:string"/>
    <part name="ABiometricInfo" type="xs:base64Binary"/>
    <part name="ABiometricID" type="xs:int"/>
  </message>
  <message name="UploadBiometric9Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="UploadBiometric2Ticket10Request">
    <part name="AXmlBio2Ticket" type="xs:string"/>
    <part name="ALogDateTime" type="xs:dateTime"/>
  </message>
  <message name="UploadBiometric2Ticket10Response"/>
  <message name="UpdateBiometric2Ticket11Request">
    <part name="ABiometricID" type="xs:int"/>
    <part name="ALogDateTime" type="xs:dateTime"/>
  </message>
  <message name="UpdateBiometric2Ticket11Response"/>
  <message name="UploadOfflineTriggerItem12Request">
    <part name="AXmlTriggerStr" type="xs:string"/>
    <part name="AInsDateTime" type="xs:dateTime"/>
    <part name="AUpdDateTime" type="xs:dateTime"/>
    <part name="ACmpDateTime" type="xs:dateTime"/>
    <part name="ASchedDate" type="xs:dateTime"/>
  </message>
  <message name="UploadOfflineTriggerItem12Response"/>
  <message name="CompareBiometricInfo13Request">
    <part name="AFirstTemplate" type="xs:base64Binary"/>
    <part name="ASecondTemplate" type="xs:base64Binary"/>
    <part name="AErrorCode" type="xs:int"/>
    <part name="AErrorMsg" type="xs:string"/>
  </message>
  <message name="CompareBiometricInfo13Response">
    <part name="AErrorCode" type="xs:int"/>
    <part name="AErrorMsg" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="FixDataLedgerTicketId14Request"/>
  <message name="FixDataLedgerTicketId14Response"/>
  <message name="UploadOfflineAptRotation15Request">
    <part name="AXmlAptRotation" type="xs:string"/>
    <part name="ASaveDateTime" type="xs:dateTime"/>
  </message>
  <message name="UploadOfflineAptRotation15Response"/>
  <portType name="IWsOffLineSync">
    <operation name="DownLoadTable">
      <input message="tns:DownLoadTable0Request"/>
      <output message="tns:DownLoadTable0Response"/>
    </operation>
    <operation name="GetConfTableListToDownLoad">
      <input message="tns:GetConfTableListToDownLoad1Request"/>
      <output message="tns:GetConfTableListToDownLoad1Response"/>
    </operation>
    <operation name="GetLastTicketId">
      <input message="tns:GetLastTicketId2Request"/>
      <output message="tns:GetLastTicketId2Response"/>
    </operation>
    <operation name="CheckDownLoadTable">
      <input message="tns:CheckDownLoadTable3Request"/>
      <output message="tns:CheckDownLoadTable3Response"/>
    </operation>
    <operation name="GetQueryValue">
      <input message="tns:GetQueryValue4Request"/>
      <output message="tns:GetQueryValue4Response"/>
    </operation>
    <operation name="GetQueryCds">
      <input message="tns:GetQueryCds5Request"/>
      <output message="tns:GetQueryCds5Response"/>
    </operation>
    <operation name="GetQueryIds">
      <input message="tns:GetQueryIds6Request"/>
      <output message="tns:GetQueryIds6Response"/>
    </operation>
    <operation name="ExecuteSql">
      <input message="tns:ExecuteSql7Request"/>
      <output message="tns:ExecuteSql7Response"/>
    </operation>
    <operation name="FixOriginalBiomInfo">
      <input message="tns:FixOriginalBiomInfo8Request"/>
      <output message="tns:FixOriginalBiomInfo8Response"/>
    </operation>
    <operation name="UploadBiometric">
      <input message="tns:UploadBiometric9Request"/>
      <output message="tns:UploadBiometric9Response"/>
    </operation>
    <operation name="UploadBiometric2Ticket">
      <input message="tns:UploadBiometric2Ticket10Request"/>
      <output message="tns:UploadBiometric2Ticket10Response"/>
    </operation>
    <operation name="UpdateBiometric2Ticket">
      <input message="tns:UpdateBiometric2Ticket11Request"/>
      <output message="tns:UpdateBiometric2Ticket11Response"/>
    </operation>
    <operation name="UploadOfflineTriggerItem">
      <input message="tns:UploadOfflineTriggerItem12Request"/>
      <output message="tns:UploadOfflineTriggerItem12Response"/>
    </operation>
    <operation name="CompareBiometricInfo">
      <input message="tns:CompareBiometricInfo13Request"/>
      <output message="tns:CompareBiometricInfo13Response"/>
    </operation>
    <operation name="FixDataLedgerTicketId">
      <input message="tns:FixDataLedgerTicketId14Request"/>
      <output message="tns:FixDataLedgerTicketId14Response"/>
    </operation>
    <operation name="UploadOfflineAptRotation">
      <input message="tns:UploadOfflineAptRotation15Request"/>
      <output message="tns:UploadOfflineAptRotation15Response"/>
    </operation>
  </portType>
  <binding name="IWsOffLineSyncbinding" type="tns:IWsOffLineSync">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="DownLoadTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#DownLoadTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="GetConfTableListToDownLoad">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#GetConfTableListToDownLoad" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="GetLastTicketId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#GetLastTicketId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="CheckDownLoadTable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#CheckDownLoadTable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="GetQueryValue">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#GetQueryValue" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="GetQueryCds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#GetQueryCds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="GetQueryIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#GetQueryIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="ExecuteSql">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#ExecuteSql" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="FixOriginalBiomInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#FixOriginalBiomInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="UploadBiometric">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#UploadBiometric" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="UploadBiometric2Ticket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#UploadBiometric2Ticket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="UpdateBiometric2Ticket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#UpdateBiometric2Ticket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="UploadOfflineTriggerItem">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#UploadOfflineTriggerItem" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="CompareBiometricInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#CompareBiometricInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="FixDataLedgerTicketId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#FixDataLedgerTicketId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
    <operation name="UploadOfflineAptRotation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsOfflineSyncIntf-IWsOffLineSync#UploadOfflineAptRotation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsOfflineSyncIntf-IWsOffLineSync"/>
      </output>
    </operation>
  </binding>
  <service name="IWsOffLineSyncservice">
    <port name="IWsOffLineSyncPort" binding="tns:IWsOffLineSyncbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsOffLineSync"/>
    </port>
  </service>
</definitions>

