Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 38517 invoked from network); 31 Mar 2009 14:32:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 14:32:18 -0000 Received: (qmail 77101 invoked by uid 500); 31 Mar 2009 14:32:18 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 77083 invoked by uid 500); 31 Mar 2009 14:32:18 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 77074 invoked by uid 99); 31 Mar 2009 14:32:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 14:32:18 +0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.17] (HELO relay03.pair.com) (209.68.5.17) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 31 Mar 2009 14:32:10 +0000 Received: (qmail 45820 invoked from network); 31 Mar 2009 14:31:46 -0000 Received: from 124.43.204.157 (HELO ?192.168.1.4?) (124.43.204.157) by relay03.pair.com with SMTP; 31 Mar 2009 14:31:46 -0000 X-pair-Authenticated: 124.43.204.157 Subject: Re: What is the configuration settings mechanism? From: Manjula Peiris To: Apache AXIS C User List In-Reply-To: <8d38ca0a0903310422mc62a3dblf260ddce7f54789f@mail.gmail.com> References: <8d38ca0a0903301112m7783367ctdd98f8163844a644@mail.gmail.com> <8d38ca0a0903310422mc62a3dblf260ddce7f54789f@mail.gmail.com> Content-Type: text/plain Date: Tue, 31 Mar 2009 20:03:44 +0530 Message-Id: <1238510024.6107.2.camel@manjula> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Calling param = axis2_msg_ctx_get_parameter(msg_ctx, env, "param_name"); and after that calling axutil_param_get_value(param, env) will do the job I guess. -Manjula. On Tue, 2009-03-31 at 07:22 -0400, Sam Carleton wrote: > > > On Tue, Mar 31, 2009 at 12:27 AM, Supun Kamburugamuva > wrote: > You can put it as parameters in services.xml > > I thought that might be the case, so I went looking in the manual on > the apache site for documentation of what it might be but failed to > see anything. I also went looking for an example in the source but > did not find one. Where can I find an example and/or documentation? > > Sam > >