<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBDeviceOperationsservice" 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:WsCustomEditIntf">
  <types>
    <xs:schema targetNamespace="urn:WsCustomEditIntf" xmlns="urn:WsCustomEditIntf">
      <xs:simpleType name="TWsEditTransType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ottOneTrans"/>
          <xs:enumeration value="ottOneForEach"/>
          <xs:enumeration value="ottMockTransaction"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="GetDataById0Request">
    <part name="aId" type="xs:string"/>
  </message>
  <message name="GetDataById0Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByIds1Request">
    <part name="aIds" type="xs:string"/>
  </message>
  <message name="GetDataByIds1Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetDataByParams2Request">
    <part name="aParams" type="xs:string"/>
  </message>
  <message name="GetDataByParams2Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetNewObjectDefault3Request"/>
  <message name="GetNewObjectDefault3Response">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Request">
    <part name="aTransactionType" type="ns1:TWsEditTransType"/>
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="ApplyChanges4Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="ApplyChanges25Request">
    <part name="AXMLData" type="xs:string"/>
  </message>
  <message name="ApplyChanges25Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Request">
    <part name="AId" type="xs:string"/>
  </message>
  <message name="GetRootWithSchema6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetDataAll7Request"/>
  <message name="GetDataAll7Response">
    <part name="aXmlData" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Validate8Request">
    <part name="aXmlData" type="xs:string"/>
  </message>
  <message name="Validate8Response">
    <part name="aErrorId" type="xs:int"/>
    <part name="aErrorMessage" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="UpdateOperationInfoByDeviceId9Request">
    <part name="AOpInfoValue" type="xs:string"/>
    <part name="ADeviceOpId" type="xs:int"/>
  </message>
  <message name="UpdateOperationInfoByDeviceId9Response"/>
  <message name="SaveDeviceOperation10Request">
    <part name="ADeviceOperationXML" type="xs:string"/>
  </message>
  <message name="SaveDeviceOperation10Response">
    <part name="ADeviceOperationXML" type="xs:string"/>
    <part name="return" type="xs:int"/>
  </message>
  <message name="DeleteDeviceOperation11Request">
    <part name="ADeviceOpId" type="xs:int"/>
  </message>
  <message name="DeleteDeviceOperation11Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode12Request">
    <part name="ADeviceCode" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpCategory13Request">
    <part name="ADeviceCode" type="xs:string"/>
    <part name="AOpCategory" type="xs:string"/>
    <part name="AOperationInfo" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpCategory13Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType14Request">
    <part name="ADeviceCode" type="xs:string"/>
    <part name="AOpCategory" type="xs:string"/>
    <part name="AOpType" type="xs:string"/>
    <part name="AOpSubType" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType14Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpTime15Request">
    <part name="ADeviceCode" type="xs:string"/>
    <part name="AOpTime" type="xs:dateTime"/>
    <part name="AWholeDay" type="xs:boolean"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpTime15Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpCategory_OpTime16Request">
    <part name="ADeviceCode" type="xs:string"/>
    <part name="AOpCategory" type="xs:string"/>
    <part name="AOpTime" type="xs:string"/>
  </message>
  <message name="RetrieveOperationsByDeviceCode_OpCategory_OpTime16Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IWsDBDeviceOperations">
    <operation name="GetDataById">
      <input message="tns:GetDataById0Request"/>
      <output message="tns:GetDataById0Response"/>
    </operation>
    <operation name="GetDataByIds">
      <input message="tns:GetDataByIds1Request"/>
      <output message="tns:GetDataByIds1Response"/>
    </operation>
    <operation name="GetDataByParams">
      <input message="tns:GetDataByParams2Request"/>
      <output message="tns:GetDataByParams2Response"/>
    </operation>
    <operation name="GetNewObjectDefault">
      <input message="tns:GetNewObjectDefault3Request"/>
      <output message="tns:GetNewObjectDefault3Response"/>
    </operation>
    <operation name="ApplyChanges">
      <input message="tns:ApplyChanges4Request"/>
      <output message="tns:ApplyChanges4Response"/>
    </operation>
    <operation name="ApplyChanges2">
      <input message="tns:ApplyChanges25Request"/>
      <output message="tns:ApplyChanges25Response"/>
    </operation>
    <operation name="GetRootWithSchema">
      <input message="tns:GetRootWithSchema6Request"/>
      <output message="tns:GetRootWithSchema6Response"/>
    </operation>
    <operation name="GetDataAll">
      <input message="tns:GetDataAll7Request"/>
      <output message="tns:GetDataAll7Response"/>
    </operation>
    <operation name="Validate">
      <input message="tns:Validate8Request"/>
      <output message="tns:Validate8Response"/>
    </operation>
    <operation name="UpdateOperationInfoByDeviceId">
      <input message="tns:UpdateOperationInfoByDeviceId9Request"/>
      <output message="tns:UpdateOperationInfoByDeviceId9Response"/>
    </operation>
    <operation name="SaveDeviceOperation">
      <input message="tns:SaveDeviceOperation10Request"/>
      <output message="tns:SaveDeviceOperation10Response"/>
    </operation>
    <operation name="DeleteDeviceOperation">
      <input message="tns:DeleteDeviceOperation11Request"/>
      <output message="tns:DeleteDeviceOperation11Response"/>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode">
      <input message="tns:RetrieveOperationsByDeviceCode12Request"/>
      <output message="tns:RetrieveOperationsByDeviceCode12Response"/>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpCategory">
      <input message="tns:RetrieveOperationsByDeviceCode_OpCategory13Request"/>
      <output message="tns:RetrieveOperationsByDeviceCode_OpCategory13Response"/>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType">
      <input message="tns:RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType14Request"/>
      <output message="tns:RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType14Response"/>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpTime">
      <input message="tns:RetrieveOperationsByDeviceCode_OpTime15Request"/>
      <output message="tns:RetrieveOperationsByDeviceCode_OpTime15Response"/>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpCategory_OpTime">
      <input message="tns:RetrieveOperationsByDeviceCode_OpCategory_OpTime16Request"/>
      <output message="tns:RetrieveOperationsByDeviceCode_OpCategory_OpTime16Response"/>
    </operation>
  </portType>
  <binding name="IWsDBDeviceOperationsbinding" type="tns:IWsDBDeviceOperations">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetDataById">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="UpdateOperationInfoByDeviceId">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#UpdateOperationInfoByDeviceId" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="SaveDeviceOperation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#SaveDeviceOperation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="DeleteDeviceOperation">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#DeleteDeviceOperation" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#RetrieveOperationsByDeviceCode" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpCategory">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#RetrieveOperationsByDeviceCode_OpCategory" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#RetrieveOperationsByDeviceCode_OpCategory_OpType_OpSubType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#RetrieveOperationsByDeviceCode_OpTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
    <operation name="RetrieveOperationsByDeviceCode_OpCategory_OpTime">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations#RetrieveOperationsByDeviceCode_OpCategory_OpTime" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBDeviceOperationsIntf-IWsDBDeviceOperations"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBDeviceOperationsservice">
    <port name="IWsDBDeviceOperationsPort" binding="tns:IWsDBDeviceOperationsbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsDBDeviceOperations"/>
    </port>
  </service>
</definitions>

