Re: List of deployed Services

2003-07-03 Thread Akhil Gupta
Akhil - Original Message - From: "SUNILK_CHAMARTI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 10:20 AM Subject: List of deployed Services While determining the list of deployed services, I am using the command java org.apache.axis.client.

Re: List of deployed Services

2003-07-03 Thread remko de knikker
PROTECTED]] Sent: Thursday, July 03, 2003 3:02 PM To: [EMAIL PROTECTED] Subject: Re: List of deployed Services I would normally get this error when the Server is not up and running.. Sameer. From: "SUNILK_CHAMARTI" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTEC

RE: List of deployed Services

2003-07-03 Thread SUNILK_CHAMARTI
I am getting this error even though the server is up and running. Regards, Sunil -Original Message- From: Sameer Bombatkar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 3:02 PM To: [EMAIL PROTECTED] Subject: Re: List of deployed Services I would normally get this error when

Re: List of deployed Services

2003-07-03 Thread Sameer Bombatkar
I would normally get this error when the Server is not up and running.. Sameer. From: "SUNILK_CHAMARTI" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: List of deployed Services Date: Thu, 3 Jul 2003 14:50:44 +0530 MIME-Version: 1.0 Rec

List of deployed Services

2003-07-03 Thread SUNILK_CHAMARTI
While determining the list of deployed services, I am using the command java org.apache.axis.client.AdminClient list. This is giving me the following exeception. I also tried to use this command with -l option but this does not work. Any pointers. C:\oc4j_extended\j2ee\home\default-web-app

Get list of deployed services from client

2003-06-30 Thread Steve Pannier
When I hit http://localhost:8080/axis, I get an option "View the list of deployed Web services". In looking at the AxisServlet code, this list is returned as an iteration of ServiceDesc objects. Can I write my own Axis client program to get this list myself? If so, how? (I'm aware of the "list"