Agreed. Thanks for looking into that Mike. -----Original Message----- From: Mike Burati [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 10:42 AM To: '[EMAIL PROTECTED]' Subject: RE: AxisServlet & List
Looking at the AXISServlet source, that property is specifically for the ?list (list engine config?) functionality, not for the reportAvailableServices() functionality which is what you get by default from the AxisServlet. That latter feature (at least in 1.1 beta source) does not appear to have a corresponding enable/disable property, but probably should. -----Original Message----- From: Cory Wilkerson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 11:32 AM To: [EMAIL PROTECTED] Subject: AxisServlet & List So, it's apparent that the default response of the AxisServlet is to list all available services. According the documentation, this can be turned off: --------------------------------------------------- Stop AxisServlet listing services To do this, set the Axis global configuration property axis.enableListQuery to false. --------------------------------------------------- I've added the following to server-config.wsdd to no avail. <globalConfiguration> ... <parameter name="axis.enableListQuery" value="false"/> ... </globalConfiguration> Anyone sucessfully turned this functionality off? Cory
