Showing posts with label .NET web service client. Show all posts
Showing posts with label .NET web service client. Show all posts

Tuesday, February 17, 2009

How do I display the currency rates of four countries on my site?

First of all you need to get hold of a web service that provides this information daily.

Then you need to write a client application to access the service.
You can do write the client application in Java, .NET, VB etc.