Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 97720 invoked from network); 22 May 2009 14:22:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 14:22:19 -0000 Received: (qmail 50330 invoked by uid 500); 22 May 2009 14:13:08 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 50313 invoked by uid 500); 22 May 2009 14:13:08 -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 50292 invoked by uid 99); 22 May 2009 14:13:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 14:13:08 +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; Fri, 22 May 2009 14:13:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6DA0C29A0012 for ; Fri, 22 May 2009 07:12:46 -0700 (PDT) Message-ID: <1387076814.1243001566434.JavaMail.jira@brutus> Date: Fri, 22 May 2009 07:12:46 -0700 (PDT) From: =?utf-8?Q?Debosch=C3=A8re_Tony_=28JIRA=29?= To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-2235) WSDL2JAVA fail to create the good java method - missing one argument In-Reply-To: <1685680845.1242991785759.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2235?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D127120= 99#action_12712099 ]=20 Debosch=C3=A8re Tony commented on CXF-2235: -------------------------------------- And I'm using the apache cxf maven plugin to generate my Client. Here are the excerpt : =09=09=09=09org.apache.cxf =09=09=09=09cxf-codegen-plugin =09=09=09=092.1.4 =09=09=09=09 =09=09=09=09=09 =09=09=09=09=09=09generate-sources =09=09=09=09=09=09generate-sources =09=09=09=09=09=09 =09=09=09=09=09=09=09${basedir}/src/main/java/ =09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09${basedir}/src/main/resources/wsdl/syncTes= t.wsdl =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09${basedir}/src/main/resources/ja= xb/bindings.xml =09=09=09=09=09=09=09=09=09=09${basedir}/src/main/resources/ja= xws/bindings.xml =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09=09=09-exsh =09=09=09=09=09=09=09=09=09=09true =09=09=09=09=09=09=09=09=09=09-client =09=09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09=09 =09=09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09 =09=09=09=09=09=09=09wsdl2java =09=09=09=09=09=09 =09=09=09=09=09 =09=09=09=09 =09=09=09 > WSDL2JAVA fail to create the good java method - missing one argument > --------------------------------------------------------------------- > > Key: CXF-2235 > URL: https://issues.apache.org/jira/browse/CXF-2235 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.2.1 > Environment: ECLIPSE 3.4 > CXF 2.2.1 > MAVEN PLUGIN : cxf-codegen-plugin 2.1.4 > JAVA 5 > Windows operating system > Reporter: Debosch=C3=A8re Tony > Attachments: syncTest.wsdl > > > Hi. > When I try to generate the java client with wsdl2java. > I have a missing parameter. > here are excerpt for my wsdl : > I have this operation in the portType section > > > > > And here is the 2 message : > > > > > > > > > As you can see both message have a 'part' named 'parameter' > I think that it's the source of the problem. > But I have no option for modifying the wsdl. > I think jaxb binding could be a solution but I can't get jaxb binding to = work properly (see https://issues.apache.org/jira/browse/CXF-2225) > by the way I think that it's still a bug for CXF plugin didn't give me a= n error or something. > Regards. > Tony --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.