Thanks Kishanthan. On 27 April 2012 07:41, Kishanthan Thangarajah <kshanth2...@gmail.com>wrote:
> > > On Wed, Apr 25, 2012 at 4:49 PM, Chris van Es <cva...@gmail.com> wrote: > >> Hi, is it possible to keep a service active but hide it from view under >> the /services/listServices path in the axis servlet? > > > AFAIK, this is not supported in axis2. It will list all > the deployed services. There is a parameter "hiddenService" which can be > set via services.xml, and it is used to hide the log messages of the > service, being printed on the console. But it does not address what you > seek. It may be possible to have this for future release of axis2 as this > has been suggested earlier [1]. > > Thanks, > Kishanthan. > [1] http://www.mail-archive.com/java-dev@axis.apache.org/msg00005.html > >> We have two services exposed with different names backed by the same >> spring managed bean so we can preserve backwards compatibility with an >> older client but our newer service makes use of a hand crafted WSDL so we'd >> like to be able to hide the auto-generated version. Is this possible? >> >> Thanks, >> >> Chris. >> > >