Java.org.apache.client.AdminClient list only works for AXIS server side. For the .Net client or whatever other client, they can not use it.
Thanks Jack -----Original Message----- From: Jeff Greif [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 2:47 PM To: [EMAIL PROTECTED] Subject: Re: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client? Try java org.apache.axis.client.AdminClient list You might need to specify the port also, using, e.g., -p 8080 Jeff. ----- Original Message ----- From: "Ma, Yongjie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 2:18 PM Subject: How to Override "?WSDL" to generate WSDL file and How to get web service list from Client? (2) From browser GUI, Client can get the list of deployed web services by AxisServlet. How about client from application program? Is there a standard way to get the list of deployed web services for client??
