Showing posts from March, 2016

How to Fix an Empty Web Service Reference in Visual Studio

Recently I had to add a web service to a project. While I have done this many times, this time was different. As always, I created a web service, configured it correctly and I was able to open it in the browser. It showed me the page that explains that you need to create the client, etc (thus, the web service itself is reachable). Problem: Then, I used “Add new service reference…” in my client project and used the correct URL. But, after adding the webservice, the reference.cs looked like this: //-----------…

Load More
That is All