- Add a new Class Library and name it ExternalWebservices:
- Add a service reference under the References node of our newly created project. Use the following service http://currencyconverter.kowabunga.net/converter.asmx.
Give a name CurrencyConverterServices in the namespace.
- By clicking on the Go button, the system will fetch and show all the available services and operations in this web service, as follows:
Click on the OK button.
- It will add a new node in your project service reference.
- Check the app.config file. It should ...