Axis Service Listing (listing services from only specific wsdl's)
Posted
by aquitted-mind
on Stack Overflow
See other posts from Stack Overflow
or by aquitted-mind
Published on 2010-03-18T12:39:36Z
Indexed on
2010/03/18
12:41 UTC
Read the original article
Hit count: 501
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 allow listing of services from a specific wsdl and blocking from others?
© Stack Overflow or respective owner