This util only "print out" server-config.wsdd file. From web service ending users, they don't have any idea to understand it.
My question was: how can ending user get the list of web services available or list of wsdl files in the AXIS server from Client both browser and applications. 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??
