Determine when a web service is available

c#, delphi, web-services

Solution

Just do a valid call to the web service. If it times out, or you get a 404 error, the web service is not available.

Problem

How i can determine when a web service is available (on-line)? in Delphi or C#?

Original source