Creating and consuming a web service in C# / .NET

Creating a web service in Visual Studio Note that in this post I am using the .asmx Web Service as an example, not the newer WCF version. See this StackOverflow post: https://stackoverflow.com/questions/36942846/web-service-template-missing-from-visual-studio-2015-professional Create a new Visual Studio project Use .NET 3.5 Right click on the project and select Add > New Item > Web Service …

Continue reading ‘Creating and consuming a web service in C# / .NET’ »