| Author |
monitoring web services
|
Prash Negu
Ranch Hand
Joined: Apr 20, 2009
Posts: 45
|
|
Hi,
We have many webservices applications running on Tomcat/webspere. Is there any mechanism by which we can constantly poll these applications to make sure they are up and running. There should be a notification(email) for any failure.
Thanks,
Prashant
|
 |
Manhar Puri
Ranch Hand
Joined: Aug 23, 2005
Posts: 41
|
|
Couple of ways:
1) Create a method in the webservice which can be used to poll the health of webservice.
2) I am not sure of how your webserices are built, but obtain the wsdl file by typing in the required url in the browser. For example to obtain wsdl file from weblogic you can type http://myServer:port/MyProject/MyWebService.jws?WSDL
3) If have a UDDI registry being used then I think you can inquire about a webservice.
|
 |
 |
|
|
subject: monitoring web services
|
|
|