Hi,
How can I validate web service URL. I have tried withpinging the URL, is it the right way to do so and will it work for all types ofweb services. I have tried this…
System.Net.NetworkInformation.PinglObjPing = new System.Net.NetworkInformation.Ping();
System.Net.NetworkInformation.PingReplylObjPingReply = null;
lObjPingReply = lObjPing.Send(URL);
Please help out.
Thanks
Sreenath