Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 11131 invoked from network); 20 Dec 2009 20:28:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 20:28:46 -0000 Received: (qmail 6860 invoked by uid 500); 20 Dec 2009 20:28:45 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 6802 invoked by uid 500); 20 Dec 2009 20:28:45 -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 6553 invoked by uid 99); 20 Dec 2009 20:28:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 20:28:45 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Sun, 20 Dec 2009 20:28:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 28FC2234C1E9 for ; Sun, 20 Dec 2009 12:28:18 -0800 (PST) Message-ID: <1978503126.1261340898166.JavaMail.jira@brutus> Date: Sun, 20 Dec 2009 20:28:18 +0000 (UTC) From: "bartolomeo sorrentino (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2587) wsdl2java error when there are several nested wsdl:import In-Reply-To: <889843828.1261340298111.JavaMail.jira@brutus> 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-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] bartolomeo sorrentino updated CXF-2587: --------------------------------------- Attachment: pom.xml PROJECT POM > wsdl2java error when there are several nested wsdl:import > ---------------------------------------------------------- > > Key: CXF-2587 > URL: https://issues.apache.org/jira/browse/CXF-2587 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.2.5 > Reporter: bartolomeo sorrentino > Attachments: pom.xml, WSDL.zip > > > I have used CXF 2.2.5 to generate java class from a complex wsdl generated from .NET environment and composed by the following files: > ContactCenter.Services.IVR.Accettazione.svc.WSDL > ContactCenter.Services.IVR.Accettazione.svc.wsdl.wsdl0 > ContactCenter.Services.IVR.Accettazione.svc.wsdl.wsdl1 > ContactCenter.Services.IVR.Accettazione.svc.xsd.xsd0 > ContactCenter.Services.IVR.Accettazione.svc.xsd.xsd1 > ContactCenter.Services.IVR.Accettazione.svc.xsd.xsd2 > ContactCenter.Services.IVR.Accettazione.svc.xsd.xsd3 > ContactCenter.Services.IVR.Accettazione.svc.xsd.xsd4 > I have used maven to perform the wsdl2java generation but i have got the following error: > ------------------------------------------------------------------------ > [ERROR]BUILD ERROR > ------------------------------------------------------------------------ > java.lang.RuntimeException: Problem with WSDL: soap:header element is referring to an undefined wsdl:message element. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.