views:

101

answers:

1

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 ?

A: 

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

shivaspk