
This is a continuation from the post on Web Services. To read the first part, click here.
In the last post, I introduced Web Services to you. We created a service named ForexService that has one operation that accepts two input currencies as strings and returns the exchange rate as double.
To consume the web service, let’s create a separate application (note that it can be any type of application, windows or web). This application will act as a...