How can i check if a method in a web service is working fine or not ? I cannot use ping. I still want to check any kind of method being invoked from the web service by the c
You may try curl. It's a Linux tool, should be there in Cygwin too.
curl
$ curl http://google.com 301 Moved 301 Moved The document has moved here.
There are lots of options; examples can be found in the 'net.