Hi, is it possible to keep a service active but hide it from view under the /services/listServices path in the axis servlet? 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.