<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ICurrencyServiceservice" 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/">
  <message name="Init0Request"/>
  <message name="Init0Response"/>
  <message name="GetCacheXML1Request"/>
  <message name="GetCacheXML1Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="ICurrencyService">
    <operation name="Init">
      <input message="tns:Init0Request"/>
      <output message="tns:Init0Response"/>
    </operation>
    <operation name="GetCacheXML">
      <input message="tns:GetCacheXML1Request"/>
      <output message="tns:GetCacheXML1Response"/>
    </operation>
  </portType>
  <binding name="ICurrencyServicebinding" type="tns:ICurrencyService">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="Init">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:uCurrencyServiceIntf-ICurrencyService#Init" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uCurrencyServiceIntf-ICurrencyService"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uCurrencyServiceIntf-ICurrencyService"/>
      </output>
    </operation>
    <operation name="GetCacheXML">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:uCurrencyServiceIntf-ICurrencyService#GetCacheXML" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uCurrencyServiceIntf-ICurrencyService"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uCurrencyServiceIntf-ICurrencyService"/>
      </output>
    </operation>
  </binding>
  <service name="ICurrencyServiceservice">
    <port name="ICurrencyServicePort" binding="tns:ICurrencyServicebinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://tcl-isapi-bos.vivaticket.com/BosServices.dll/soap/ICurrencyService"/>
    </port>
  </service>
</definitions>

