<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsDrvHTNGservice" 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="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>
  </types>
  <message name="RemoveItemFromMsgQueue0Request">
    <part name="AKey" type="xs:string"/>
  </message>
  <message name="RemoveItemFromMsgQueue0Response"/>
  <message name="ServiceAvailable1Request"/>
  <message name="ServiceAvailable1Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="RetrieveBooking2Request">
    <part name="ASearchType" type="xs:int"/>
    <part name="ASearchValue" type="xs:string"/>
    <part name="AFromDate" type="xs:string"/>
    <part name="AToDate" type="xs:string"/>
  </message>
  <message name="RetrieveBooking2Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetBookingCSVFormat3Request">
    <part name="AResult" type="xs:string"/>
  </message>
  <message name="GetBookingCSVFormat3Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetBookingInfoByResNum4Request">
    <part name="ABookingSearch" type="xs:string"/>
    <part name="AResNum" type="xs:string"/>
  </message>
  <message name="GetBookingInfoByResNum4Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="PostingUpdate5Request">
    <part name="AReservationInfo" type="xs:string"/>
    <part name="ATrnId" type="xs:int"/>
    <part name="APaymentInfo" type="xs:string"/>
    <part name="AVoidFlag" type="xs:boolean"/>
    <part name="AAmount" type="xs:double"/>
  </message>
  <message name="PostingUpdate5Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetTransactionReceipt6Request">
    <part name="AZoomKey" type="xs:string"/>
  </message>
  <message name="GetTransactionReceipt6Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="HasPostingSuccess7Request">
    <part name="AResult" type="xs:string"/>
  </message>
  <message name="HasPostingSuccess7Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetErrorMessage8Request">
    <part name="AResult" type="xs:string"/>
  </message>
  <message name="GetErrorMessage8Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetMsgQueueInfo9Request">
    <part name="AKey" type="xs:string"/>
  </message>
  <message name="GetMsgQueueInfo9Response">
    <part name="return" type="ns1:TArrayOfString"/>
  </message>
  <portType name="IWsDrvHTNG">
    <operation name="RemoveItemFromMsgQueue">
      <input message="tns:RemoveItemFromMsgQueue0Request"/>
      <output message="tns:RemoveItemFromMsgQueue0Response"/>
    </operation>
    <operation name="ServiceAvailable">
      <input message="tns:ServiceAvailable1Request"/>
      <output message="tns:ServiceAvailable1Response"/>
    </operation>
    <operation name="RetrieveBooking">
      <input message="tns:RetrieveBooking2Request"/>
      <output message="tns:RetrieveBooking2Response"/>
    </operation>
    <operation name="GetBookingCSVFormat">
      <input message="tns:GetBookingCSVFormat3Request"/>
      <output message="tns:GetBookingCSVFormat3Response"/>
    </operation>
    <operation name="GetBookingInfoByResNum">
      <input message="tns:GetBookingInfoByResNum4Request"/>
      <output message="tns:GetBookingInfoByResNum4Response"/>
    </operation>
    <operation name="PostingUpdate">
      <input message="tns:PostingUpdate5Request"/>
      <output message="tns:PostingUpdate5Response"/>
    </operation>
    <operation name="GetTransactionReceipt">
      <input message="tns:GetTransactionReceipt6Request"/>
      <output message="tns:GetTransactionReceipt6Response"/>
    </operation>
    <operation name="HasPostingSuccess">
      <input message="tns:HasPostingSuccess7Request"/>
      <output message="tns:HasPostingSuccess7Response"/>
    </operation>
    <operation name="GetErrorMessage">
      <input message="tns:GetErrorMessage8Request"/>
      <output message="tns:GetErrorMessage8Response"/>
    </operation>
    <operation name="GetMsgQueueInfo">
      <input message="tns:GetMsgQueueInfo9Request"/>
      <output message="tns:GetMsgQueueInfo9Response"/>
    </operation>
  </portType>
  <binding name="IWsDrvHTNGbinding" type="tns:IWsDrvHTNG">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="RemoveItemFromMsgQueue">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#RemoveItemFromMsgQueue" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="ServiceAvailable">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#ServiceAvailable" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="RetrieveBooking">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#RetrieveBooking" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="GetBookingCSVFormat">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#GetBookingCSVFormat" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="GetBookingInfoByResNum">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#GetBookingInfoByResNum" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="PostingUpdate">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#PostingUpdate" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="GetTransactionReceipt">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#GetTransactionReceipt" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="HasPostingSuccess">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#HasPostingSuccess" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="GetErrorMessage">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#GetErrorMessage" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
    <operation name="GetMsgQueueInfo">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsDrvHTNGIntf-IWsDrvHTNG#GetMsgQueueInfo" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsDrvHTNGIntf-IWsDrvHTNG"/>
      </output>
    </operation>
  </binding>
  <service name="IWsDrvHTNGservice">
    <port name="IWsDrvHTNGPort" binding="tns:IWsDrvHTNGbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsDrvHTNG"/>
    </port>
  </service>
</definitions>

