| Author |
To check if a Service is running in Java
|
Maya sekar
Ranch Hand
Joined: Sep 22, 2011
Posts: 70
|
|
Hi,
I am trying to check if a service is up and running through Java code. Problem is I can connect to the Service if I hit the URL directly from the browser but when I try to connect through my code, the connection gets timed out. So my code throws a "Service not active" message even though the service is in reality up and running.... Why does the connection get timed out when I try to connect through my code....
Any help is much appreciated... thank you
|
 |
Prashant Saraf
Ranch Hand
Joined: Sep 25, 2006
Posts: 50
|
|
|
Can you clarify how you are hitting service with Java Code? if you are able to hit the service with browser then it should be access by Java Code.
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
|
Show the wsdl URL and show the code you are trying to use to access it in Java.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
 |
|
|
subject: To check if a Service is running in Java
|
|
|