Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 10121 invoked from network); 20 Jul 2005 06:18:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 06:18:02 -0000 Received: (qmail 30153 invoked by uid 500); 20 Jul 2005 06:17:50 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 30127 invoked by uid 500); 20 Jul 2005 06:17:50 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 30112 invoked by uid 99); 20 Jul 2005 06:17:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 23:17:49 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=HTML_20_30,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.163.178.75] (HELO web33911.mail.mud.yahoo.com) (66.163.178.75) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 19 Jul 2005 23:17:43 -0700 Received: (qmail 91064 invoked by uid 60001); 20 Jul 2005 06:17:46 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=14Sm4/lcQJqkD3dTE+lP+Bhz7xAuOysiU4ZDjskF/l4nVrhl3DQgHkSsDu2d/mlwznkCKYoxxdkn3pWJ0rZoVZKO7c4UyLjmlKKbrTl704NY5/SM6VpfdEW9kqqwov1BJ6E5l8Qf1TUU72ZfAKquzt6R00qBHUcxXyUqd7kR/Qk= ; Message-ID: <20050720061746.91062.qmail@web33911.mail.mud.yahoo.com> Received: from [220.225.137.194] by web33911.mail.mud.yahoo.com via HTTP; Tue, 19 Jul 2005 23:17:46 PDT Date: Tue, 19 Jul 2005 23:17:46 -0700 (PDT) From: vicky axis Subject: referring to parameters To: axis MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1583018254-1121840266=:90891" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --0-1583018254-1121840266=:90891 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi, I am able to access the parameters defined in axis2.xml value through the axis engine config... axis.getParameter("name"); I need to refer to some parameters (say name) through my handlers for logging purpose... how am i supposed to do this, handler level parameter declaration and referral... Any direction or help would be appriciated... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --0-1583018254-1121840266=:90891 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit
Hi,
I am able to access the parameters defined in axis2.xml
<parameter name="name">value</parameter>
 
through the axis engine config...
axis.getParameter("name");
 
 
I need to refer to some parameters (say name) through my handlers for logging purpose... how am i supposed to do this, handler level parameter declaration and referral...
Any direction or help would be appriciated...
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com --0-1583018254-1121840266=:90891--