Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Service for currency exchange rate
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
01098778
Message ID:
01098987
Views:
13
>Michel,
>
>I copied a small program, and I believe it was posted here in the UT, that might be usefull for you:
>
>
>LOCAL loExchangeRate,lnRate,lcHtml
>loExchangeRate=Createobject("mssoap.soapclient30")
>loExchangeRate.mssoapinit("http://www.xmethods.net/sd/CurrencyExchangeService.wsdl")
>lnRate=loExchangeRate.GetRate('United States','Canada')
>
>
>I do not use it myself, just took a look and seems to be working, and visiting the webpage, it seems to be free
>
>http://www.xmethods.net/ve2/ViewListing.po;jsessionid=lPSWQ1NrbcJA9v4kof5GgsVF(QHyMHiRM)?key=uuid:D784C184-99B2-DA25-ED45-3665D11A12E5
that seems to be way outdated.
Austia and Germany have the same money therefore
lnRate=loExchangeRate.GetRate('United States','Austria')
lnRate=loExchangeRate.GetRate('United States','Germany')

should be equal. But one returns DM and the other Schilling therefore it is useless

Peter
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform