Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48620 invoked from network); 7 Apr 2008 10:07:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Apr 2008 10:07:31 -0000 Received: (qmail 25167 invoked by uid 500); 7 Apr 2008 10:07:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 25110 invoked by uid 500); 7 Apr 2008 10:07:25 -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 25099 invoked by uid 99); 7 Apr 2008 10:07:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 03:07:25 -0700 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 davidillsley@gmail.com designates 209.85.132.249 as permitted sender) Received: from [209.85.132.249] (HELO an-out-0708.google.com) (209.85.132.249) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2008 10:06:43 +0000 Received: by an-out-0708.google.com with SMTP id c31so309248ana.22 for ; Mon, 07 Apr 2008 03:06:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qHPp8kJMSELf0i71xot9SKOw2YJlyHXw2+JZUK5XPck=; b=jnY8UV4VMwcrEART1+iQuW3TS5jPxsGq9O7eBocNJ7rePQIU08WDyzt0e1MVRg2gcPFiI6PUxuREyKHnR6EBOto8MtUDTO3E+MYX/wg/Smv1BH8xW3cCaqFtpzr9cs6xXaboC4L49m10n2ygiDbl1qBdwY6dwVTYomcV4Oaq7H4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EXvTD+9UW3KHC8h2h8+EUx5UeYm0/4+IGPnQxeWqy0OykblsVQABQlMe6tPhO9Ox967Q4cfHGp7ECAWrz/qqSwtvZdGe+Y4RVegrsjyNgoMIvsCrf6z8EuRloiQ38EliT+zSy+ihAyiy/PrK+5m48kvy/zJWyBOOi5p5grv+7DU= Received: by 10.100.214.15 with SMTP id m15mr2725245ang.121.1207562814783; Mon, 07 Apr 2008 03:06:54 -0700 (PDT) Received: by 10.100.247.12 with HTTP; Mon, 7 Apr 2008 03:06:54 -0700 (PDT) Message-ID: <9abd5e730804070306w715aa1adwf0c5f6d7ef34fc57@mail.gmail.com> Date: Mon, 7 Apr 2008 11:06:54 +0100 From: "David Illsley" To: axis-dev@ws.apache.org Subject: Re: svn commit: r645377 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java In-Reply-To: <20080407052106.6599C1A9832@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080407052106.6599C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Keith, can you explain this...? The soapAction really shouldn't be the output action server side. Cheers, David On Mon, Apr 7, 2008 at 6:21 AM, wrote: > Author: keithc > Date: Sun Apr 6 22:21:05 2008 > New Revision: 645377 > > URL: http://svn.apache.org/viewvc?rev=645377&view=rev > Log: > Fixing Axis2-3704 in trunk > > > Modified: > webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java > > Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java > URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java?rev=645377&r1=645376&r2=645377&view=diff > ============================================================================== > --- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java (original) > +++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java Sun Apr 6 22:21:05 2008 > @@ -2340,10 +2340,7 @@ > axisBindingOperation > .setProperty(WSDL2Constants.ATTR_WSOAP_ACTION, soapActionURI); > axisBindingOperation.getAxisOperation().setSoapAction(soapActionURI); > - if (isServerSide) { > - axisBindingOperation.getAxisOperation().setSoapAction(soapActionURI); > - } > - else { > + if (!isServerSide) { > axisBindingOperation.getAxisOperation().setOutputAction(soapActionURI); > } > > @@ -2368,10 +2365,8 @@ > > if (soapAction != null && !soapAction.equals("")) { > axisBindingOperation.setProperty(WSDL2Constants.ATTR_WSOAP_ACTION, soapAction); > - if (isServerSide) { > - axisBindingOperation.getAxisOperation().setSoapAction(soapAction); > - } > - else { > + axisBindingOperation.getAxisOperation().setSoapAction(soapAction); > + if (!isServerSide) { > axisBindingOperation.getAxisOperation().setOutputAction(soapAction); > } > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-cvs-help@ws.apache.org > > -- David Illsley - IBM Web Services Development --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org