If you are specifically looking for a webservice, i'm using one from xmethods:

<CFINVOKE WEBSERVICE="http://www.xmethods.net/sd/2001/CurrencyExchangeService.wsdl"
             METHOD="getRate"
             RETURNVARIABLE="myRate">
      <CFINVOKEARGUMENT NAME="country1"
                        VALUE="Euro"/>
      <CFINVOKEARGUMENT NAME="country2"
                        VALUE="United States"/>
</CFINVOKE>
<cfoutput>DollarsPerEuro Rate from Xmethods: #myRate#</cfoutput>

I watch it by wrapping it in a try / catch block and having it send me an email
whether it succeeds or fails. I also found that once in a great while, it was
returning a negative value, so now i also check to see if it's positive and only
update the exchange rate on the site if it is. Otherwise i stay with the old value.

It's free for one rate - i just can't remember where i found the list of countries
supported.

Nando

-----Original Message-----
From: Kola Oyedeji [mailto:[EMAIL PROTECTED]
Sent: Friday, April 23, 2004 1:54 PM
To: CF-Talk
Subject: Currency converter webservice

Can anyone recommend a free or commercial currency conversion
webservice. I realize google throws up a few, however I'm looking for
some recommendations from personal experience. I'm particularly
interested in any which can guarantee a certain level of accuracy and up
time.

Thanks

Kola Oyedeji
Certified Advanced Coldfusion Developer,
ICLP London
DDI: +44 (0) 208 256 9034 (Ex.2204)

www.iclployalty.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to