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 ?
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 ?
There are few ways to do it. One of the way is to write a Filter for handling "wsdl"
http://www.coderanch.com/t/224470/Web-Services/java/Disable-wsdl-url-Axis#1054987