Disabling access to wsdl file in Axis Service Listing (listing services from wsdl's)
- by aquitted-mind
The listing of all deployed Services can be disabled by setting 'disableServiceList' to true in Axis; which is used in AxisServlet.java - reportAvailableServices() .
However, is there a way to disable access to the wsdls ?