How i can determine when a web service is available (on-line)? in Delphi or C#?
|
|
|
|
|
|
|
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. |
||
|
|
|
|
Finally I Wrote this code in Delphi .Net
P.S : Thank you very much for giving me the inspiration. |
||||
|
|
|
You can try this method..
...and call it like this...
|
||
|
|
|
|
Try to use it. If it works, then it's available. If it doesn't, then it isn't (or you have network-connection problems between you and the server). There's no magic here. |
||
|
|
