If a .NET application needs to call a web service, is there a good solution for checking the availability and accessibility of a web service outside of a call to a specific web method?
In my web services, I usually include some type of definition method for testing, but this becomes a problem when using a third-party web service.
source
share