XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

Currency Exchange Rate

WSDL

http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:xmethods.net
For more Info:
Description:Exchange rate between any two currencies.

Endpoints

URLPublisherContact EmailImplementation
http://services.xmethods.net:80/soapxmethods.netsupport@xmethods.netGlue

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
PlataApplicationsergio.garcia C++Linux / UNIX
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
CurExApplicationNetguy MS .NETVisual BasicWindows
Web Currency Exchange RateApplicationkenshiro MS .NETC++Windows
W/E UmrechnerApplication3515212 MS .NETC#Windows
Currency Exchange Rate clientApplicationcaryjensen DelphiDelphi / KylixWindows
Exchange Rate ClientApplicationjamesisolano DelphiDelphi / KylixWindows
Currency Exchange Rate for ImodeApplicationNeha NuSOAPPHPCross-Platform
Australian import calculatorApplicationtim_hayward NuSOAPPHPCross-Platform
Spray ClientApplicationstevew SprayOtherWindows
Flash Currency ExchangeApplicationflash-db Macromedia FlashPHPCross-Platform
Flex Currency ConverterApplicationjeffsteiner Macromedia FlashOtherCross-Platform
DreamFactory ClientApplicationbillappleton DreamFactoryJavascriptCross-Platform
Apache SOAP sample sourceExample Sourcexmethods.net Apache SOAPJavaCross-Platform
ASP (Classic) & VB6Example Sourcemarkcastle MS SOAPASPWindows
CurrencyExample SourceMacavity MS .NETC#Windows
PHP Exchange RatesExample SourceNMTBMedia NuSOAPPHPCross-Platform
jaxrpc clientExample Sourceelendal JAX-RPCJavaCross-Platform
ColdFusion ClientExample Sourcetrondulseth ColdFusionN/ACross-Platform
wsdlpullProxy Objectvivek200120 C++Linux / UNIX
Currency converter. Fixed euro currencies plus all other currencies available from XMethods.Proxy Objectdatakuu DelphiDelphi / KylixWindows
ColdFusion client - it gets no easier than thisProxy Objectbenforta ColdFusionN/ACross-Platform


Detailed Description

Exchange rate between any two currencies...

Takes in country1 and country2, and returns the exchange rate between currencies 
(Returns value of 1 unit of country1's currency converted into country2's unit currency).  

The following country names are valid:
afghanistan
albania
algeria
andorra
andorra
angola
argentina
aruba
australia
austria
bahrain
bangladesh
barbados
belgium
belize
bermuda
bhutan
bolivian
botswana
brazil
england
united kingdom
uk
great britain
brunei
burundi
cambodia
canada
cape verde
cayman islands
chile
china
colombia
comoros
costa rica
croatia
cuba
cyprus
czech republic
denmark
dijibouti
dominican republic
netherlands
east caribbean
ecuador
egypt
el salvador
estonia
ethiopia
euro
falkland islands
fiji
finland
france
gambia
germany
ghana
gibraltar
greece
guatemala
guinea
guyana
haiti
honduras
hong kong
hungary
iceland
india
indonesia
iraq
ireland
israel
italy
jamaica
japan
jordan
kazakhstan
kenya
korea
kuwait
laos
latvia
lebanon
lesotho
liberia
libya
lithuania
luxembourg
macau
macedonia
malaga
malawi kwacha
malaysia
maldives
malta
mauritania
mauritius
mexico
moldova
mongolia
morocco
mozambique
myanmar
namibia
nepal
new Zealand
nicaragua
nigeria
north korea
norway
oman
pakistan
panama
papua new guinea
paraguay
peru
philippines
poland
portugal
qatar
romania
russia
samoa
sao tome
saudi arabia
seychelles
sierra leone
singapore
slovakia
slovenia
solomon islands
somalia
south africa
spain
sri lanka
st helena
sudan
suriname
swaziland
sweden
switzerland
syria
taiwan
tanzania
thailand
tonga
trinidad
tunisia
turkey
united states
us
usa
uae
united arib emirates
uganda
ukraine
uzbekistan
vanuatu
venezuela
vietnam
yemen
yugoslavua
zambia
zimbabwe

Usage Notes

Request Parameter Schema:
<element name="country1" type="string" />
<element name="country2" type="string" />

Response Parameter Schema:
<element name="return" type="float" />

Encoding Style for both request and response:
http://schemas.xmlsoap.org/soap/encoding

----------------------------------------------------------
For XMethods Server implementation, use port 9090 instead of port 80.
----------------------------------------------------------

Sample Request envelope:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getRate xmlns:ns1="urn:xmethods-CurrencyExchange" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<country1 xsi:type="xsd:string">England</country1>
<country2 xsi:type="xsd:string">Japan</country2>
</ns1:getRate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>


-----------------------------------------------------------

Sample Response Envelope:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:getRateResponse xmlns:ns1="urn:xmethods-CurrencyExchange" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:float">154.9423</return>
</ns1:getRateResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Help  Message Board