If a .NET application needs to call a web service is there a good solution for checking if the web service is currently up and available, outside of calling a specific web method?
On my web services I usually include some sort of status method for testing, but this becomes an issue when using a third party web service.