<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://xurrency.com/api.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://xurrency.com/api.wsdl">
<types>
<xsd:schema targetNamespace="http://xurrency.com/api.wsdl"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="ArrayString">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="Pair">
  <xsd:all>
   <xsd:element name="Id" type="xsd:string"/>
   <xsd:element name="Value" type="xsd:float"/>
  </xsd:all>
 </xsd:complexType>
 <xsd:complexType name="ArrayPair">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Pair[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="getNameRequest">
  <part name="code" type="xsd:string" /></message>
<message name="getNameResponse">
  <part name="return" type="xsd:string" /></message>
<message name="getZoneRequest">
  <part name="code" type="xsd:string" /></message>
<message name="getZoneResponse">
  <part name="return" type="xsd:string" /></message>
<message name="getURLRequest">
  <part name="code" type="xsd:string" /></message>
<message name="getURLResponse">
  <part name="return" type="xsd:string" /></message>
<message name="getNumCurrenciesRequest"></message>
<message name="getNumCurrenciesResponse">
  <part name="return" type="xsd:int" /></message>
<message name="isCurrencyRequest">
  <part name="code" type="xsd:string" /></message>
<message name="isCurrencyResponse">
  <part name="return" type="xsd:boolean" /></message>
<message name="getCurrenciesRequest"></message>
<message name="getCurrenciesResponse">
  <part name="return" type="tns:ArrayString" /></message>
<message name="getValuesRequest">
  <part name="code" type="xsd:string" /></message>
<message name="getValuesResponse">
  <part name="return" type="tns:ArrayPair" /></message>
<message name="getValuesInverseRequest">
  <part name="code" type="xsd:string" /></message>
<message name="getValuesInverseResponse">
  <part name="return" type="tns:ArrayPair" /></message>
<message name="getValueRequest">
  <part name="amount" type="xsd:float" />
  <part name="base" type="xsd:string" />
  <part name="target" type="xsd:string" /></message>
<message name="getValueResponse">
  <part name="return" type="xsd:float" /></message>
<portType name="xurrencyPortType">
  <operation name="getName">
    <input message="tns:getNameRequest"/>
    <output message="tns:getNameResponse"/>
  </operation>
  <operation name="getZone">
    <input message="tns:getZoneRequest"/>
    <output message="tns:getZoneResponse"/>
  </operation>
  <operation name="getURL">
    <input message="tns:getURLRequest"/>
    <output message="tns:getURLResponse"/>
  </operation>
  <operation name="getNumCurrencies">
    <input message="tns:getNumCurrenciesRequest"/>
    <output message="tns:getNumCurrenciesResponse"/>
  </operation>
  <operation name="isCurrency">
    <input message="tns:isCurrencyRequest"/>
    <output message="tns:isCurrencyResponse"/>
  </operation>
  <operation name="getCurrencies">
    <input message="tns:getCurrenciesRequest"/>
    <output message="tns:getCurrenciesResponse"/>
  </operation>
  <operation name="getValues">
    <input message="tns:getValuesRequest"/>
    <output message="tns:getValuesResponse"/>
  </operation>
  <operation name="getValuesInverse">
    <input message="tns:getValuesInverseRequest"/>
    <output message="tns:getValuesInverseResponse"/>
  </operation>
  <operation name="getValue">
    <input message="tns:getValueRequest"/>
    <output message="tns:getValueResponse"/>
  </operation>
</portType>
<binding name="xurrencyBinding" type="tns:xurrencyPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="getName">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getName" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getZone">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getZone" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getURL">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getURL" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getNumCurrencies">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getNumCurrencies" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl)" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl)" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="isCurrency">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/isCurrency" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getCurrencies">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getCurrencies" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl)" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl)" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getValues">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getValues" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getValuesInverse">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getValuesInverse" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
  <operation name="getValue">
    <soap:operation soapAction="http://xurrency.com/servidor_soap.php/getValue" style="rpc"/>
    <input><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="http://xurrency.com/xurrency.wsdl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="xurrency">
  <port name="xurrencyPort" binding="tns:xurrencyBinding">
    <soap:address location="http://xurrency.com/servidor_soap.php"/>
  </port>
</service>
</definitions>