Return-Path: X-Original-To: apmail-axis-java-user-archive@www.apache.org Delivered-To: apmail-axis-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 055B8953E for ; Fri, 27 Apr 2012 14:16:01 +0000 (UTC) Received: (qmail 94253 invoked by uid 500); 27 Apr 2012 14:15:59 -0000 Delivered-To: apmail-axis-java-user-archive@axis.apache.org Received: (qmail 94163 invoked by uid 500); 27 Apr 2012 14:15:58 -0000 Mailing-List: contact java-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@axis.apache.org Delivered-To: mailing list java-user@axis.apache.org Received: (qmail 94153 invoked by uid 99); 27 Apr 2012 14:15:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 14:15:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cvanes@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-lpp01m010-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2012 14:15:52 +0000 Received: by lahe6 with SMTP id e6so643882lah.32 for ; Fri, 27 Apr 2012 07:15:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HgVWw4pZhsYG39NQfSlcaurTjtpokYm0wI7RggXyC1Q=; b=yooVGo1jQZT7A5AdLLO1sT/YHSu1ELAPWgIan2hVP2pTa0NKh/3orDmT3CqsWNv3R0 Xbjwxx6Gt2Z7ZVWYV1kxRHT+dC1Rp04e799nQX0wl1dJXG9HMbBeoLrYfekUfN/AqVct 3uM1XanTbSZ099vYF6fDkxWJFb9Y7G184K9pUJ8w4GF2EVgPYMj8bU7GF6qK/usLdQ6f ZVZQIxpU3M/QQmfK2kR80AQqX6qDuHja6JKh49NlS3xcymtelFCJZWwnPbbmbM+yDc9c PL9x6lULaytW7CKEl1aTMxieaRXlfQN1uDwjGfiX6Q6SxN1XprXyr04oDp5DLECAtGUt j3Gg== MIME-Version: 1.0 Received: by 10.112.32.39 with SMTP id f7mr5356044lbi.74.1335536131917; Fri, 27 Apr 2012 07:15:31 -0700 (PDT) Received: by 10.112.76.136 with HTTP; Fri, 27 Apr 2012 07:15:31 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Apr 2012 15:15:31 +0100 Message-ID: Subject: Re: hiding services From: Chris van Es To: java-user@axis.apache.org Content-Type: multipart/alternative; boundary=bcaec554dc5eba480c04bea9bce7 --bcaec554dc5eba480c04bea9bce7 Content-Type: text/plain; charset=ISO-8859-1 Thanks Kishanthan. On 27 April 2012 07:41, Kishanthan Thangarajah wrote: > > > On Wed, Apr 25, 2012 at 4:49 PM, Chris van Es 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. >> > > --bcaec554dc5eba480c04bea9bce7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks=A0Kishanthan.

On 27 April 2012 07:41, Kishanthan Thangarajah <= ;kshanth2101@gma= il.com> wrote:


On Wed, Apr 25, 2012 at 4:49 PM, Chris = van Es <cvanes@gmail.com> wrote:
Hi, is it possible to keep a service active but hide it from view und= er the /services/listServices path in the axis servlet?

AFAIK, this is not supported in axis2. It will l= ist all the=A0deployed=A0services. There is a parameter "hiddenService= " which can be set via services.xml, and it is used to hide the log me= ssages of the service, being printed on the console. But it does not addres= s what you seek. It may be possible to have this for future release of axis= 2 as this has been suggested earlier [1].

Thanks,
Kishanthan.
We have two services exposed with different names backed by the same = spring managed bean so we can preserve backwards=A0compatibility=A0with an = older client but our newer service makes use of a hand crafted WSDL so we&#= 39;d like to be able to hide the auto-generated version. Is this possible?<= /span>

Thanks,

Chris.


--bcaec554dc5eba480c04bea9bce7--