Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 98675 invoked from network); 29 May 2010 16:34:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 May 2010 16:34:03 -0000 Received: (qmail 26170 invoked by uid 500); 29 May 2010 16:34:02 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 25892 invoked by uid 500); 29 May 2010 16:34:02 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 25884 invoked by uid 99); 29 May 2010 16:34:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 May 2010 16:34:02 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 May 2010 16:34:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4TGXctE019511 for ; Sat, 29 May 2010 16:33:38 GMT Message-ID: <4912435.66401275150818510.JavaMail.jira@thor> Date: Sat, 29 May 2010 12:33:38 -0400 (EDT) From: "Amila Chinthaka Suriarachchi (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Resolved: (AXIS2-4496) error in C code generation from wsdl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-4496. ------------------------------------------------- Resolution: Won't Fix please report this issue here[1] [1] http://ws.apache.org/axis2/c/ > error in C code generation from wsdl > ------------------------------------- > > Key: AXIS2-4496 > URL: https://issues.apache.org/jira/browse/AXIS2-4496 > Project: Axis2 > Issue Type: Bug > Components: codegen > Affects Versions: 1.5 > Reporter: Dominique Villard > Priority: Trivial > Original Estimate: 1h > Remaining Estimate: 1h > > If in the wsdl the element name is followed by blanks (eg. spaces) the generated C code > can not be compiled. > In my wsdl i have the following line: > > which gives rise to: > axis2_bool_t AXIS2_CALL > adb_PreferencesData_type0_is_WebmailPreferredVersion _nil( > adb_PreferencesData_type0_t* _PreferencesData_type0, > const axutil_env_t *env); > which can not be compiled since there is a space between WebmailPreferredVersion and _nil. > The element name should be trimmed upon code generation. > I guess that the file to be corrected is: > CADBBeanTemplateSource.xsl -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org