Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 77148 invoked from network); 16 Aug 2010 16:34:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 16:34:38 -0000 Received: (qmail 31693 invoked by uid 500); 16 Aug 2010 16:34:38 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 31549 invoked by uid 500); 16 Aug 2010 16:34:37 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 31468 invoked by uid 99); 16 Aug 2010 16:34:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 16:34:37 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 16:34:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7GGYGgY017199 for ; Mon, 16 Aug 2010 16:34:16 GMT Message-ID: <19214891.367621281976456671.JavaMail.jira@thor> Date: Mon, 16 Aug 2010 12:34:16 -0400 (EDT) From: "jimma (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-2935) The targentNamespace value in @Webparam generated from a reference element is wrong In-Reply-To: <3127868.267761281496996332.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jimma resolved CXF-2935. ------------------------ Resolution: Fixed > The targentNamespace value in @Webparam generated from a reference element is wrong > ----------------------------------------------------------------------------------- > > Key: CXF-2935 > URL: https://issues.apache.org/jira/browse/CXF-2935 > Project: CXF > Issue Type: Bug > Components: Tooling > Reporter: jimma > Assignee: jimma > Fix For: 2.3 > > > Pass the "-allowReferenceElement" flag and generate wrapped operation for the flowing wsdl: > > > > > > > > > > > > > > > > > > > > > > ... > > The "targetNamespace" value in @WebParam annotated to "name" paramter should be "helloString/Name" , not the default value: > The public interface WebService { > @WebResult(name = "return", targetNamespace = "") > @RequestWrapper(localName = "helloString", targetNamespace = "http://cxf.apache.org", className = "org.apache.cxf.HelloString") > @WebMethod(action = "urn:HelloString") > @ResponseWrapper(localName = "helloString4Response", targetNamespace = "http://cxf.apache.org", className = "org.apache.cxf.HelloStringResponse") > public java.lang.String helloString( > @WebParam(mode = WebParam.Mode.INOUT, name = "Name", targetNamespace = "") > javax.xml.ws.Holder name, > @WebParam(mode = WebParam.Mode.OUT, name = "Employee", targetNamespace = "") > javax.xml.ws.Holder employee > ); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.