RE: finding if a service is up

2007-06-26 Thread Walker, Jeff
There ya go! Learn something new every day. Thanks, -jeff _ From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 9:38 AM To: axis-user@ws.apache.org Subject: Re: finding if a service is up Actually axis2 has a 'Pingable' interface. An example

Re: finding if a service is up

2007-06-26 Thread robert lazarski
) ? true : false; } catch (java.io.IOException ioe) { System.out.println("Caught an io exception: " + ioe.getMessage()); } return result; } -jeff -Original Message- From: Roman Heinrich [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 2:44 AM To: axis-user@

RE: finding if a service is up

2007-06-26 Thread Walker, Jeff
esult; } -jeff -Original Message- From: Roman Heinrich [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 2:44 AM To: axis-user@ws.apache.org Subject: Re: finding if a service is up Sorry, i`m not familiar with axis2, i`m using axis 1.4. But if axis2 has similiar architecture (activating web

Re: finding if a service is up

2007-06-25 Thread Roman Heinrich
Sorry, i`m not familiar with axis2, i`m using axis 1.4. But if axis2 has similiar architecture (activating web services trough servlet), then i think, that axis2 api has not functionality to do it. But maybe you can try http client library in java. Eric Nygma wrote: I am sorry I didn't describe

Re: finding if a service is up

2007-06-25 Thread Eric Nygma
I am sorry I didn't describe my question correctly. Apart from trying the wsdl uri on the browser , Can I do this programmatically with some axis2 api ? Thanks. e\ On 6/26/07, Roman Heinrich <[EMAIL PROTECTED]> wrote: Eric Nygma wrote: > Hi, > Given a wsdl uri, how can I determine using Axis2

Re: finding if a service is up

2007-06-25 Thread Roman Heinrich
Eric Nygma wrote: Hi, Given a wsdl uri, how can I determine using Axis2 whether the services mentioned in the wsdl are up or not ? Thanks, e\ if you`ll try for instance http://localhost:/MyApp/services/MyService?wsdl and the wsdl will be generated, then the service is up. Regards, Roman