web services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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....
 
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)
 
Hi again,


Sorry, try rather that one:
http://www.galasoft.ch/myjavascript/IsUrlActive/

XmlHttpRequest can only ping the domain of origin for security reason.
galasoft-lb.ch and galasoft.ch are both pointing to the same server, BUT
the client doesn't know this, and throws an error when galasoft-lb.ch
tries to ping galasoft.ch...

Greetings,
Laurent
 
Back
Top