Hello,

I'm looking for a way to contact a server on my intranet and detect if it has a web service currently running on it. I could just ping the server, but the server could still be running and the actual web service down, so I wouldn't necessarily get a valid response.

Is there any way to detect a running service on a given server? Any help would be appreciated.

Thanks.