03-10-06 12:53 PM
Hi,
I don't know if anybody has written some wrapped classes to perform the
checking.
However it shouldn't be difficult if you use some code to do it. To see if
the WebService site is online, just use HttpWebRequest to send a request to
the server and see if the response is 200. To check if the web service is
available, you can call it at first and try/catch this.
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Attachment:
This has been downloaded 0 time(s).
[ Post a follow-up to this message ]
|