Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 2235 invoked from network); 4 Jun 2008 16:41:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 16:41:34 -0000 Received: (qmail 83451 invoked by uid 500); 4 Jun 2008 16:41:37 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 83378 invoked by uid 500); 4 Jun 2008 16:41:37 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 83367 invoked by uid 99); 4 Jun 2008 16:41:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 09:41:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 16:40:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 60C2D23889F1; Wed, 4 Jun 2008 09:41:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r663300 - /incubator/tuscany/java/sca/itest/wsdlless/src/main/java/bigbank/account/services/accountdata/AccountDataService.java Date: Wed, 04 Jun 2008 16:41:11 -0000 To: tuscany-commits@ws.apache.org From: nash@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080604164111.60C2D23889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nash Date: Wed Jun 4 09:41:10 2008 New Revision: 663300 URL: http://svn.apache.org/viewvc?rev=663300&view=rev Log: Add @ResponseWrapper annotation to SEI Modified: incubator/tuscany/java/sca/itest/wsdlless/src/main/java/bigbank/account/services/accountdata/AccountDataService.java Modified: incubator/tuscany/java/sca/itest/wsdlless/src/main/java/bigbank/account/services/accountdata/AccountDataService.java URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/wsdlless/src/main/java/bigbank/account/services/accountdata/AccountDataService.java?rev=663300&r1=663299&r2=663300&view=diff ============================================================================== --- incubator/tuscany/java/sca/itest/wsdlless/src/main/java/bigbank/account/services/accountdata/AccountDataService.java (original) +++ incubator/tuscany/java/sca/itest/wsdlless/src/main/java/bigbank/account/services/accountdata/AccountDataService.java Wed Jun 4 09:41:10 2008 @@ -19,6 +19,7 @@ package bigbank.account.services.accountdata; import javax.jws.WebService; +import javax.xml.ws.ResponseWrapper; import org.osoa.sca.annotations.AllowsPassByReference; import org.osoa.sca.annotations.Remotable; @@ -66,6 +67,7 @@ * @param param13* * @param param14 */ + @ResponseWrapper(localName="purchaseStockResponse") public com.bigbank.account.StockSummary sellStock(int param13, int param14); /**