Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 28913 invoked from network); 30 Mar 2006 23:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Mar 2006 23:23:54 -0000 Received: (qmail 66162 invoked by uid 500); 30 Mar 2006 23:23:48 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 66071 invoked by uid 500); 30 Mar 2006 23:23:48 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 66019 invoked by uid 99); 30 Mar 2006 23:23:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2006 15:23:47 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Mar 2006 15:23:47 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 714F26ACB1 for ; Fri, 31 Mar 2006 00:23:26 +0100 (BST) Message-ID: <2108996467.1143761006448.JavaMail.jira@ajax> Date: Fri, 31 Mar 2006 00:23:26 +0100 (BST) From: "olivier destrebecq (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2451) The generated deserialization methods are producing the wrong code for nillable simple-type elements In-Reply-To: <248414092.1143574435760.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-2451?page=comments#action_12372594 ] olivier destrebecq commented on AXIS-2451: ------------------------------------------ This bug can be closed, it is intended for the C++ version of Axis > The generated deserialization methods are producing the wrong code for nillable simple-type elements > ---------------------------------------------------------------------------------------------------- > > Key: AXIS-2451 > URL: http://issues.apache.org/jira/browse/AXIS-2451 > Project: Apache Axis > Type: Bug > Components: WSDL processing > Versions: current (nightly) > Environment: Mac OSX, Unix > Reporter: olivier destrebecq > Attachments: Kani.xml > > Using WSDL2Ws to generate client side code from my WSDL, the code generated has the following error: > a member of a class is declared as: > xsd__boolean * compilation; > Then in the deserialization method is accessed like this: > xsd__boolean* p_compilation = (pIWSDZ->getElementAsBoolean("compilation",0)); > param->compilation = *p_compilation; > compiler complains about the last line. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira