Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 81977 invoked from network); 18 Mar 2005 10:44:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Mar 2005 10:44:26 -0000 Received: (qmail 39970 invoked by uid 500); 18 Mar 2005 10:44:26 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 39861 invoked by uid 500); 18 Mar 2005 10:44:25 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 39817 invoked by uid 99); 18 Mar 2005 10:44:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Mar 2005 02:44:23 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j2IAiLS0031844 for ; Fri, 18 Mar 2005 11:44:21 +0100 Message-ID: <2025211483.1111142661204.JavaMail.jira@ajax.apache.org> Date: Fri, 18 Mar 2005 11:44:21 +0100 (CET) From: "Chinthana Danapala (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXISCPP-525) wsdl2ws: hypen not replaced by underscore in attribute value==>invalid compiler name In-Reply-To: <1595100232.1110402956681.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-525?page=history ] Chinthana Danapala updated AXISCPP-525: --------------------------------------- Attachment: changes.zip ComplexTypeAll.wsdl I have attached some modification to the files in zip. Which will help solve this problem and i attached the WSDL which i used. All the diff of the files are in zip. > wsdl2ws: hypen not replaced by underscore in attribute value==>invalid compiler name > -------------------------------------------------------------------------------------- > > Key: AXISCPP-525 > URL: http://issues.apache.org/jira/browse/AXISCPP-525 > Project: Axis-C++ > Type: Bug > Components: WSDL processing > Versions: 1.5 Beta > Reporter: Francis ANDRE > Assignee: Samisa Abeysinghe > Priority: Critical > Attachments: ComplexTypeAll.wsdl, WS-CAF.zip, changes.zip > > Hi > the following type: > > > > > > > generates for a server side, the class > /* > * This file was auto-generated by the Axis C++ Web Service Generator (WSDL2Ws) > * This file contains functions to manipulate complex type QualifierType > */ > #if !defined(__QUALIFIERTYPE_PARAM_H__INCLUDED_) > #define __QUALIFIERTYPE_PARAM_H__INCLUDED_ > #include > AXIS_CPP_NAMESPACE_USE > /*Local name and the URI for the type*/ > static const char* Axis_URI_QualifierType = "http://www.webservicestransactions.org/schemas/wstxn/2003/03"; > static const char* Axis_TypeName_QualifierType = "QualifierType"; > class STORAGE_CLASS_INFO QualifierType > { > public: > xsd__string qualifier-name; > AnyType* any; > QualifierType(); > ~QualifierType(); > }; > #endif /* !defined(__QUALIFIERTYPE_PARAM_H__INCLUDED_)*/ > which does not compile due to the class member: qualifier-name > Regards > FA -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira