Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 35049 invoked from network); 5 Jul 2007 08:10:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jul 2007 08:10:30 -0000 Received: (qmail 11594 invoked by uid 500); 5 Jul 2007 08:10:29 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 11568 invoked by uid 500); 5 Jul 2007 08:10:29 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 11528 invoked by uid 99); 5 Jul 2007 08:10:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2007 01:10:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2007 01:10:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C406B714227 for ; Thu, 5 Jul 2007 01:10:04 -0700 (PDT) Message-ID: <18346154.1183623004800.JavaMail.jira@brutus> Date: Thu, 5 Jul 2007 01:10:04 -0700 (PDT) From: "Freeman Fang (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-766) if input message part defined in soapheader, the operation miss this input args In-Reply-To: <27645785.1183622884795.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang updated CXF-766: ----------------------------- Attachment: Soap11MtomUtf8.wsdl > if input message part defined in soapheader, the operation miss this input args > ------------------------------------------------------------------------------- > > Key: CXF-766 > URL: https://issues.apache.org/jira/browse/CXF-766 > Project: CXF > Issue Type: Bug > Reporter: Freeman Fang > Attachments: io.wsdl, Soap11MtomUtf8.wsdl > > > the operation defined in wsdl is > > style="document" /> > > > > > > > > > but the operation in generated code is > @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) > @WebResult(targetNamespace = "http://xmlsoap.org/Ping", partName = "StringValue", name = "StringValue") > @WebMethod(operationName = "EchoBinaryHeaderAsString") > public java.lang.String echoBinaryHeaderAsString(); > It miss the input arg > attachment is the wsdl -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.