Re: web services

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



do a http get of the service, it should return the wsdl (which is discovered by reflection). you could also add a ping method that did more testing.

-- bruce (sqlwork.com)

AVL wrote:
hi,
i need to check the availability of my web service....
how can i do that.
i dont want to call any of the methods present in web service to test availability..
i just want to ping to the web service....how can i do that....

.