Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72558 invoked from network); 8 Nov 2008 17:39:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2008 17:39:16 -0000 Received: (qmail 18415 invoked by uid 500); 8 Nov 2008 17:39:17 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 18330 invoked by uid 500); 8 Nov 2008 17:39:16 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 18318 invoked by uid 99); 8 Nov 2008 17:39:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 09:39:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of deepalk@gmail.com designates 74.125.92.150 as permitted sender) Received: from [74.125.92.150] (HELO qw-out-1920.google.com) (74.125.92.150) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 17:37:57 +0000 Received: by qw-out-1920.google.com with SMTP id 9so1052616qwj.28 for ; Sat, 08 Nov 2008 09:38:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=QHzUNrgWNIdovRo47aJZ+qc+UPXyV+uXd/a7kYRN8po=; b=rrh+6hIo3B9P84ICgJoiAMur2Pflcyfzft/ZKZZH+dMSznMoDPEUWjxPt2jGHFIOTJ WF4bdsxXY5opF+0MWdHg7NzAVOtmUX7SH1JmVCAhTin/3ACT43XsbihAjfE9GKjJnkDP DodXtUXMmrs0pxBYmvAi1gpd2nDiuWc4Xd6UE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=fs1E0quURr4ttjM5lxu5iLqr6RhxNi14R+bG5wH0Q9xEln4tHzzatE5X//rx4Nj3cH TuuEFevvRZojPdkwI6UWsMjXoBXCY4h4yysmX7bOBHsMI1dLkzr5ac3dTUUTYbIAjUyD aYYYJV1oZVYoLpq02zxIcsAOJ+M4/pXqebhew= Received: by 10.214.116.12 with SMTP id o12mr5327730qac.191.1226165919196; Sat, 08 Nov 2008 09:38:39 -0800 (PST) Received: from ?192.168.1.100? (adsl-152-197-248.asm.bellsouth.net [72.152.197.248]) by mx.google.com with ESMTPS id 9sm5630640ywf.2.2008.11.08.09.38.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 08 Nov 2008 09:38:38 -0800 (PST) Message-ID: <4915CEA0.4010305@gmail.com> Date: Sat, 08 Nov 2008 12:38:40 -0500 From: Deepal jayasinghe User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: dev@ode.apache.org, "axis-dev@ws.apache.org" Subject: [Axis2]Configuring ServiceClient using services.xml X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi , At the Apachecon Alexis and I discussed some improvements to Axis2 client side. Because ODE has faced some problems with Axis2 client API , when it come to dynamic invocation. ODE needs to create ServiceClient from a services.xml and that services.xml file would have all the configuration need for the service , module to be engaged , policies and etc... We can create a AxisService from servicebuilder but that does not engage modules , so someone else has to manually engage modules. Therefor we need to find a way to create a AxisService in client side with the correct module engage. Second ODE would like to populate option object from a configuration file. To solve those two problems I think it would be great if we can come up with some other ServiceClient wrapper or add new constructor to that.So that by giving services.xml and property.xml they can create and invoke the service. Thought ? P.S : Alexis please correct me if I have missed anything. Thank you! Deepal -- Thank you! http://blogs.deepal.org --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org