<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IWsCacheLoaderservice" 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:WsCacheLoaderIntf">
  <types>
    <xs:schema targetNamespace="urn:WsCacheLoaderIntf" xmlns="urn:WsCacheLoaderIntf">
      <xs:simpleType name="TCacheType">
        <xs:restriction base="xs:string">
          <xs:enumeration value="ctPromotions"/>
          <xs:enumeration value="ctPromotionPermission"/>
          <xs:enumeration value="ctTravelLogic"/>
          <xs:enumeration value="ctHistoryTables"/>
          <xs:enumeration value="ctTableGroups"/>
          <xs:enumeration value="ctUpdaterPool"/>
          <xs:enumeration value="ctCurrency"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:schema>
  </types>
  <message name="LoadCacheAsync0Request">
    <part name="ACacheType" type="ns1:TCacheType"/>
  </message>
  <message name="LoadCacheAsync0Response"/>
  <portType name="IWsCacheLoader">
    <operation name="LoadCacheAsync">
      <input message="tns:LoadCacheAsync0Request"/>
      <output message="tns:LoadCacheAsync0Response"/>
    </operation>
  </portType>
  <binding name="IWsCacheLoaderbinding" type="tns:IWsCacheLoader">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="LoadCacheAsync">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:WsCacheLoaderIntf-IWsCacheLoader#LoadCacheAsync" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCacheLoaderIntf-IWsCacheLoader"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:WsCacheLoaderIntf-IWsCacheLoader"/>
      </output>
    </operation>
  </binding>
  <service name="IWsCacheLoaderservice">
    <port name="IWsCacheLoaderPort" binding="tns:IWsCacheLoaderbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://skc-isapi-b2c.vivaticket.com/BosServices.dll/soap/IWsCacheLoader"/>
    </port>
  </service>
</definitions>

