Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 63658 invoked from network); 28 Jul 2009 22:51:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jul 2009 22:51:43 -0000 Received: (qmail 12932 invoked by uid 500); 28 Jul 2009 22:51:43 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 12891 invoked by uid 500); 28 Jul 2009 22:51:43 -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 12881 invoked by uid 99); 28 Jul 2009 22:51:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 22:51:43 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2009 22:51:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E02FC29A0011 for ; Tue, 28 Jul 2009 15:51:14 -0700 (PDT) Message-ID: <901545041.1248821474917.JavaMail.jira@brutus> Date: Tue, 28 Jul 2009 15:51:14 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-1787) Invalid WSDL name="ns1:id_stat" In-Reply-To: <1270337029.1220885804507.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies resolved CXF-1787. ----------------------------------- Resolution: Incomplete No response in most of a year, no test case. > Invalid WSDL name="ns1:id_stat" > -------------------------------- > > Key: CXF-1787 > URL: https://issues.apache.org/jira/browse/CXF-1787 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.1.2, 2.1.3 > Reporter: Jara Cesnek > > CXF 2.1.2 Aegis Databinding, > Java : > @WebService(name="wsrbadresa",serviceName="wsrbadresa",targetNamespace="http://rb.ws.daisy.marbes.cz") > public class WSGetRBAdresa > @WebMethod > public List getStatList(@WebParam(name="inputObject") Rb_stat inputObject) { > ... > } > } > @XmlType(name="DOlrb_stat",namespace="http://rb.lite.ws.daisy.marbes.cz") > public class Rb_stat extends DOlrb_stat { > } > Generate invalid WSDL: > - > > - > - > > > > > > - > - > - > > > > > - > - > > > > > From my point of view webservice class is in one namespace and parameter class Rb_stat is in another. Return is mix of both. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.