Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 21426 invoked from network); 17 Sep 2009 12:07:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Sep 2009 12:07:20 -0000 Received: (qmail 96295 invoked by uid 500); 17 Sep 2009 12:07:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 96220 invoked by uid 500); 17 Sep 2009 12:07:19 -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 96208 invoked by uid 99); 17 Sep 2009 12:07:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Sep 2009 12:07:19 +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; Thu, 17 Sep 2009 12:07:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EEDE4234C1F1 for ; Thu, 17 Sep 2009 05:06:57 -0700 (PDT) Message-ID: <2114059658.1253189217977.JavaMail.jira@brutus> Date: Thu, 17 Sep 2009 05:06:57 -0700 (PDT) From: "Dominique Villard (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (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 error in C code generation from wsdl ------------------------------------- Key: AXIS2-4496 URL: https://issues.apache.org/jira/browse/AXIS2-4496 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: codegen Affects Versions: 1.5 Reporter: Dominique Villard Priority: Trivial 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.