<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDrvAccessCtrlservice" 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" xmlns:ns2="urn:uConstAccessCtrl" xmlns:ns3="urn:LcAccessCtrlTypes" xmlns:ns4="urn:">
  <types>
    <xs:schema targetNamespace="urn:OtnSysUtils" xmlns="urn:OtnSysUtils">
      <xs:complexType name="TArrayOfString">
        <xs:complexContent>
          <xs:restriction base="soapenc:Array">
            <sequence xmlns="http://www.w3.org/2001/XMLSchema"/>
            <xs:attribute ref="soapenc:arrayType" n1:arrayType="xs:string[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/"/>
          </xs:restriction>
        </xs:complexContent>
      </xs:complexType>
    </xs:schema>
    <xs:schema targetNamespace="urn:uConstAccessCtrl" xmlns="urn:uConstAccessCtrl">
      <xs:simpleType name="TAptSide">
        <xs:restriction base="xs:string">
          <xs:enumeration value="asEntry"/>
          <xs:enumeration value="asExit"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType name="TAptControl">
        <xs:restriction base="xs:string">
          <xs:enumeration value="actClosed"/>
          <xs:enumeration value="actControlled"/>
          <xs:enumeration value="actFree"/>
          <xs:enumeration value="actSimRotation"/>
          <xs:enumeration value="actCashOut"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
    <xs:schema targetNamespace="urn:LcAccessCtrlTypes" xmlns="urn:LcAccessCtrlTypes">
      <xs:simpleType name="TReadPosition">
        <xs:restriction base="xs:string">
          <xs:enumeration value="rpNone"/>
          <xs:enumeration value="rpFront"/>
          <xs:enumeration value="rpBack"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="ManualOpen0Request">
    <part name="AAptAKs" type="ns1:TArrayOfString"/>
  </message>
  <message name="ManualOpen0Response"/>
  <message name="AcknoweledgeBadTicket1Request">
    <part name="AAptAk" type="xs:string"/>
  </message>
  <message name="AcknoweledgeBadTicket1Response"/>
  <message name="ProcessWatchDog2Request"/>
  <message name="ProcessWatchDog2Response"/>
  <message name="SetRefreshOptions3Request">
    <part name="AAptAk" type="xs:string"/>
    <part name="ARemotePort" type="xs:int"/>
    <part name="APropertiesList" type="ns1:TArrayOfString"/>
  </message>
  <message name="SetRefreshOptions3Response"/>
  <message name="SetAptContorl4Request">
    <part name="AAptAk" type="xs:string"/>
    <part name="ASide" type="ns2:TAptSide"/>
    <part name="AControl" type="ns2:TAptControl"/>
  </message>
  <message name="SetAptContorl4Response"/>
  <message name="ResetCounters5Request">
    <part name="AAptAk" type="xs:string"/>
  </message>
  <message name="ResetCounters5Response"/>
  <message name="TicketReaded6Request">
    <part name="AAptAk" type="xs:string"/>
    <part name="AMediaCode" type="xs:string"/>
    <part name="AMediaAdditionalInfo" type="ns4:TMediaAdditionalInfo"/>
    <part name="APos" type="ns3:TReadPosition"/>
    <part name="AValidateResultXml" type="xs:string"/>
  </message>
  <message name="TicketReaded6Response">
    <part name="AValidateResultXml" type="xs:string"/>
  </message>
  <portType name="IWsDrvAccessCtrl">
    <operation name="ManualOpen">
      <input message="tns:ManualOpen0Request"/>
      <output message="tns:ManualOpen0Response"/>
    </operation>
    <operation name="AcknoweledgeBadTicket">
      <input message="tns:AcknoweledgeBadTicket1Request"/>
      <output message="tns:AcknoweledgeBadTicket1Response"/>
    </operation>
    <operation name="ProcessWatchDog">
      <input message="tns:ProcessWatchDog2Request"/>
      <output message="tns:ProcessWatchDog2Response"/>
    </operation>
    <operation name="SetRefreshOptions">
      <input message="tns:SetRefreshOptions3Request"/>
      <output message="tns:SetRefreshOptions3Response"/>
    </operation>
    <operation name="SetAptContorl">
      <input message="tns:SetAptContorl4Request"/>
      <output message="tns:SetAptContorl4Response"/>
    </operation>
    <operation name="ResetCounters">
      <input message="tns:ResetCounters5Request"/>
      <output message="tns:ResetCounters5Response"/>
    </operation>
    <operation name="TicketReaded">
      <input message="tns:TicketReaded6Request"/>
      <output message="tns:TicketReaded6Response"/>
    </operation>
  </portType>
  <binding name="IWsDrvAccessCtrlbinding" type="tns:IWsDrvAccessCtrl">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="ManualOpen">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#ManualOpen" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
    <operation name="AcknoweledgeBadTicket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#AcknoweledgeBadTicket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
    <operation name="ProcessWatchDog">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#ProcessWatchDog" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
    <operation name="SetRefreshOptions">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#SetRefreshOptions" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
    <operation name="SetAptContorl">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#SetAptContorl" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
    <operation name="ResetCounters">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#ResetCounters" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
    <operation name="TicketReaded">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl#TicketReaded" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvAccessCtrlIntf-IWsDrvAccessCtrl"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDrvAccessCtrlservice">
    <port name="IWsDrvAccessCtrlPort" binding="tns:IWsDrvAccessCtrlbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/IWsDrvAccessCtrl"/>
    </port>
  </service>
</definitions>

