<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDBCashDrawerSessionservice" 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="CheckLoginSession9Request">
    <part name="AUserId" type="xs:int"/>
    <part name="AWorkstationId" type="xs:int"/>
  </message>
  <message name="CheckLoginSession9Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckCashDrawerFree10Request">
    <part name="AWorkstationId" type="xs:int"/>
    <part name="ADeviceId" type="xs:int"/>
  </message>
  <message name="CheckCashDrawerFree10Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetLoginUsername11Request">
    <part name="AWorkstationId" type="xs:int"/>
    <part name="ADeviceId" type="xs:int"/>
  </message>
  <message name="GetLoginUsername11Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetCashDrawerName12Request">
    <part name="ADeviceId" type="xs:int"/>
  </message>
  <message name="GetCashDrawerName12Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="LoginCashDrawer13Request">
    <part name="AUserId" type="xs:int"/>
    <part name="AWorkstationId" type="xs:int"/>
    <part name="ADeviceId" type="xs:int"/>
  </message>
  <message name="LoginCashDrawer13Response"/>
  <message name="LogoutCashDrawer14Request">
    <part name="AUserId" type="xs:int"/>
    <part name="AWorkstationId" type="xs:int"/>
  </message>
  <message name="LogoutCashDrawer14Response"/>
  <message name="ReleaseCashDrawer15Request">
    <part name="AUserId" type="xs:int"/>
    <part name="AWorkstationId" type="xs:int"/>
    <part name="ADeviceId" type="xs:int"/>
  </message>
  <message name="ReleaseCashDrawer15Response"/>
  <portType name="IWsDBCashDrawerSession">
    <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="CheckLoginSession">
      <input message="tns:CheckLoginSession9Request"/>
      <output message="tns:CheckLoginSession9Response"/>
    </operation>
    <operation name="CheckCashDrawerFree">
      <input message="tns:CheckCashDrawerFree10Request"/>
      <output message="tns:CheckCashDrawerFree10Response"/>
    </operation>
    <operation name="GetLoginUsername">
      <input message="tns:GetLoginUsername11Request"/>
      <output message="tns:GetLoginUsername11Response"/>
    </operation>
    <operation name="GetCashDrawerName">
      <input message="tns:GetCashDrawerName12Request"/>
      <output message="tns:GetCashDrawerName12Response"/>
    </operation>
    <operation name="LoginCashDrawer">
      <input message="tns:LoginCashDrawer13Request"/>
      <output message="tns:LoginCashDrawer13Response"/>
    </operation>
    <operation name="LogoutCashDrawer">
      <input message="tns:LogoutCashDrawer14Request"/>
      <output message="tns:LogoutCashDrawer14Response"/>
    </operation>
    <operation name="ReleaseCashDrawer">
      <input message="tns:ReleaseCashDrawer15Request"/>
      <output message="tns:ReleaseCashDrawer15Response"/>
    </operation>
  </portType>
  <binding name="IWsDBCashDrawerSessionbinding" type="tns:IWsDBCashDrawerSession">
    <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:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetDataById" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetDataByIds">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetDataByIds" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetDataByParams">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetDataByParams" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetNewObjectDefault">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetNewObjectDefault" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="ApplyChanges">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#ApplyChanges" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="ApplyChanges2">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#ApplyChanges2" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetRootWithSchema">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetRootWithSchema" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetDataAll">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetDataAll" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="Validate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#Validate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="CheckLoginSession">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#CheckLoginSession" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="CheckCashDrawerFree">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#CheckCashDrawerFree" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetLoginUsername">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetLoginUsername" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="GetCashDrawerName">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#GetCashDrawerName" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="LoginCashDrawer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#LoginCashDrawer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="LogoutCashDrawer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#LogoutCashDrawer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
    <operation name="ReleaseCashDrawer">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession#ReleaseCashDrawer" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDBCashDrawerSessionIntf-IWsDBCashDrawerSession"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDBCashDrawerSessionservice">
    <port name="IWsDBCashDrawerSessionPort" binding="tns:IWsDBCashDrawerSessionbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsDBCashDrawerSession"/>
    </port>
  </service>
</definitions>

