<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsCheckBasketservice" 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="CheckBasket0Request">
    <part name="aShopCart" type="xs:string"/>
    <part name="AErrorMsg" type="xs:string"/>
    <part name="APromotionsFeeToIgnore" type="ns1:TArrayOfInt"/>
  </message>
  <message name="CheckBasket0Response">
    <part name="AErrorMsg" type="xs:string"/>
    <part name="return" type="xs:string"/>
  </message>
  <message name="GetUpSaleMessages1Request">
    <part name="aShopCart" type="xs:string"/>
    <part name="aBasketChanges" type="xs:string"/>
  </message>
  <message name="GetUpSaleMessages1Response">
    <part name="aBasketChanges" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetCouponMessages2Request">
    <part name="aShopCart" type="xs:string"/>
    <part name="aPromotionId" type="xs:int"/>
    <part name="aQuantity" type="xs:int"/>
    <part name="aBasketChanges" type="xs:string"/>
    <part name="aCouponSerial" type="xs:string"/>
    <part name="ACouponGuid" type="xs:string"/>
    <part name="aIsAddingCoupon" type="xs:boolean"/>
  </message>
  <message name="GetCouponMessages2Response">
    <part name="aShopCart" type="xs:string"/>
    <part name="aBasketChanges" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPackageMessages3Request">
    <part name="aShopCart" type="xs:string"/>
    <part name="aPromotionId" type="xs:int"/>
    <part name="aQuantity" type="xs:int"/>
    <part name="aBasketChanges" type="xs:string"/>
    <part name="aCouponSerial" type="xs:string"/>
  </message>
  <message name="GetPackageMessages3Response">
    <part name="aBasketChanges" type="xs:string"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="PromotionNeedSupervisorOverride4Request">
    <part name="aPromotionId" type="xs:int"/>
  </message>
  <message name="PromotionNeedSupervisorOverride4Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="Init5Request"/>
  <message name="Init5Response"/>
  <message name="GetQuotaRecap6Request">
    <part name="aPromotionId" type="xs:int"/>
  </message>
  <message name="GetQuotaRecap6Response">
    <part name="aAvailable" type="xs:int"/>
    <part name="aInUse" type="xs:int"/>
    <part name="ABooked" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetItemQuotaRecap7Request">
    <part name="aPromotionItemId" type="xs:int"/>
    <part name="aAvailable" type="xs:int"/>
    <part name="aUsage" type="xs:int"/>
    <part name="aInuse" type="xs:int"/>
  </message>
  <message name="GetItemQuotaRecap7Response">
    <part name="aAvailable" type="xs:int"/>
    <part name="aUsage" type="xs:int"/>
    <part name="aInuse" type="xs:int"/>
    <part name="return" type="xs:boolean"/>
  </message>
  <message name="GetPromotionType8Request">
    <part name="aPromotionId" type="xs:int"/>
  </message>
  <message name="GetPromotionType8Response">
    <part name="return" type="xs:int"/>
  </message>
  <message name="CheckCouponQuotaCapping9Request">
    <part name="aShopCart" type="xs:string"/>
    <part name="aPromotionId" type="xs:int"/>
    <part name="aQuantity" type="xs:int"/>
  </message>
  <message name="CheckCouponQuotaCapping9Response">
    <part name="return" type="xs:boolean"/>
  </message>
  <portType name="IWsCheckBasket">
    <operation name="CheckBasket">
      <input message="tns:CheckBasket0Request"/>
      <output message="tns:CheckBasket0Response"/>
    </operation>
    <operation name="GetUpSaleMessages">
      <input message="tns:GetUpSaleMessages1Request"/>
      <output message="tns:GetUpSaleMessages1Response"/>
    </operation>
    <operation name="GetCouponMessages">
      <input message="tns:GetCouponMessages2Request"/>
      <output message="tns:GetCouponMessages2Response"/>
    </operation>
    <operation name="GetPackageMessages">
      <input message="tns:GetPackageMessages3Request"/>
      <output message="tns:GetPackageMessages3Response"/>
    </operation>
    <operation name="PromotionNeedSupervisorOverride">
      <input message="tns:PromotionNeedSupervisorOverride4Request"/>
      <output message="tns:PromotionNeedSupervisorOverride4Response"/>
    </operation>
    <operation name="Init">
      <input message="tns:Init5Request"/>
      <output message="tns:Init5Response"/>
    </operation>
    <operation name="GetQuotaRecap">
      <input message="tns:GetQuotaRecap6Request"/>
      <output message="tns:GetQuotaRecap6Response"/>
    </operation>
    <operation name="GetItemQuotaRecap">
      <input message="tns:GetItemQuotaRecap7Request"/>
      <output message="tns:GetItemQuotaRecap7Response"/>
    </operation>
    <operation name="GetPromotionType">
      <input message="tns:GetPromotionType8Request"/>
      <output message="tns:GetPromotionType8Response"/>
    </operation>
    <operation name="CheckCouponQuotaCapping">
      <input message="tns:CheckCouponQuotaCapping9Request"/>
      <output message="tns:CheckCouponQuotaCapping9Response"/>
    </operation>
  </portType>
  <binding name="IWsCheckBasketbinding" type="tns:IWsCheckBasket">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="CheckBasket">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#CheckBasket" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="GetUpSaleMessages">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#GetUpSaleMessages" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="GetCouponMessages">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#GetCouponMessages" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="GetPackageMessages">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#GetPackageMessages" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="PromotionNeedSupervisorOverride">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#PromotionNeedSupervisorOverride" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="Init">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#Init" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="GetQuotaRecap">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#GetQuotaRecap" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="GetItemQuotaRecap">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#GetItemQuotaRecap" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="GetPromotionType">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#GetPromotionType" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
    <operation name="CheckCouponQuotaCapping">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCheckBasketIntf-IWsCheckBasket#CheckCouponQuotaCapping" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCheckBasketIntf-IWsCheckBasket"/>
      </output>
    </operation>
  </binding>
  <service name="IWsCheckBasketservice">
    <port name="IWsCheckBasketPort" binding="tns:IWsCheckBasketbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsCheckBasket"/>
    </port>
  </service>
</definitions>

