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