webservice - cloud in the sky

Here is a simple example of how to consume a WebService in a console app with C#. For this tutorial, we will use the free service from the European commission you can use to validate tax (VAT) number. Here is the web interface: http://ec.europa.eu/taxation_customs/vies/ First of all, create a new console application (named CheckVat) and add a new […]