On Mon, Apr 30, 2012 at 4:06 PM, Sagara Gunathunga <
sagara.gunathu...@gmail.com> wrote:

>
>
> On Fri, Apr 27, 2012 at 7:45 PM, Chris van Es <cva...@gmail.com> wrote:
>
>> 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].
>>>
>>
>  +1 and welcome for contribution.
>

How about extending current use of "hiddenService" parameter to handle
this.? So that if the parameter is set true, then the service will not be
listed in the services list, but it will be active.

Thanks,
Kishanthan.

>
>  Thanks !
>
>>
>>> 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.
>>>>
>>>
>>>
>>
>
>
> --
> Sagara Gunathunga
>
> Blog      - http://ssagara.blogspot.com
> Web      - http://people.apache.org/~sagara/
> LinkedIn - http://www.linkedin.com/in/ssagara
>

Reply via email to