Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 50672 invoked from network); 20 Jan 2006 03:24:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jan 2006 03:24:11 -0000 Received: (qmail 99389 invoked by uid 500); 20 Jan 2006 03:24:09 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 99358 invoked by uid 500); 20 Jan 2006 03:24:08 -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 99341 invoked by uid 99); 20 Jan 2006 03:24:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 19:24:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of hemapani@gmail.com designates 64.233.184.204 as permitted sender) Received: from [64.233.184.204] (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2006 19:24:07 -0800 Received: by wproxy.gmail.com with SMTP id 69so367737wri for ; Thu, 19 Jan 2006 19:23:47 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Iab45xxsnWipydl49q2TMDtPSWyAxFJXNC7lSS+bkbXdy1qiBVZLGqj0lDgzBl8LB/TmWxEv/z5HuGpCaUz3xFmWWRcepXbVf5PwV8iuabm++yPX2tR2m3VnodHa/7tz+qx5vKPwJB/VQIMmAZmYpqnncEckNqg+TUgeYCbUkcQ= Received: by 10.54.128.13 with SMTP id a13mr3427577wrd; Thu, 19 Jan 2006 19:23:47 -0800 (PST) Received: by 10.54.89.16 with HTTP; Thu, 19 Jan 2006 19:23:47 -0800 (PST) Message-ID: Date: Thu, 19 Jan 2006 22:23:47 -0500 From: Srinath Perera To: "axis-dev@ws.apache.org" Subject: [Axis2]new constructer for Service Client MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi All; Dynamic Web Service invoker based on the WSDL usually need accsess to the WSDL information (e.g. for data binding ). So shall we add new constructer to Service client to support it. This way user do not need to create two wsdl models. e.g. public ServiceClient(ConfigurationContext configContext, WSDLDescription wsdldesc, QName wsdlServiceName, String portName) throws AxisFault Thanks Srinath