Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 80669 invoked from network); 6 Jan 2008 21:53:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2008 21:53:06 -0000 Received: (qmail 38867 invoked by uid 500); 6 Jan 2008 21:52:55 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 38855 invoked by uid 500); 6 Jan 2008 21:52:55 -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 38843 invoked by uid 99); 6 Jan 2008 21:52:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 13:52:55 -0800 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; Sun, 06 Jan 2008 21:52:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5267371420E for ; Sun, 6 Jan 2008 13:52:34 -0800 (PST) Message-ID: <21316677.1199656354324.JavaMail.jira@brutus> Date: Sun, 6 Jan 2008 13:52:34 -0800 (PST) From: "Glen Mazza (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Commented: (CXF-1356) Problem with unmarschalling parameters In-Reply-To: <24078327.1199545474118.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-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556431#action_12556431 ] Glen Mazza commented on CXF-1356: --------------------------------- 1 2 Hmmm....I believe with Document-Literal, the arguments (arg0 and arg1) are *not* supposed to have namespace declarations, they take the namespace of the parent object (ns1:addNumbers). That may be the problem here. > Problem with unmarschalling parameters > -------------------------------------- > > Key: CXF-1356 > URL: https://issues.apache.org/jira/browse/CXF-1356 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.0.3 > Environment: Tomcat 5.5.23, Spring 2.1-m2, CXF 2.0.3, jaxb-impl 2.0.5 > Reporter: Martin Varecha > Attachments: AddNumbers.wsdl > > > I tried to run sample application "fromwsdl" from jwsdp-2.0 using CXF. Classes are generated using wsdl2java tool. > Service is running correctly, but something is wrong with unmarschalling parameters from request message. > Both parameters of method "addNumbers" are always 0. > Message looks like this: > > > > 1 > 2 > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.