Return-Path: X-Original-To: apmail-axis-c-dev-archive@www.apache.org Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34679C7DE for ; Tue, 19 Jun 2012 08:04:50 +0000 (UTC) Received: (qmail 31994 invoked by uid 500); 19 Jun 2012 08:04:48 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 31717 invoked by uid 500); 19 Jun 2012 08:04:44 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 31670 invoked by uid 99); 19 Jun 2012 08:04:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 08:04:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 34C3A1416E9 for ; Tue, 19 Jun 2012 08:04:43 +0000 (UTC) Date: Tue, 19 Jun 2012 08:04:43 +0000 (UTC) From: "Bittner Ede (JIRA)" To: c-dev@axis.apache.org Message-ID: <402363062.28834.1340093083219.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1700337175.4305.1335173853935.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXISCPP-1087) Functions in generated classes contains invalid character MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXISCPP-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13396593#comment-13396593 ] Bittner Ede commented on AXISCPP-1087: -------------------------------------- Thank you for fix! Currently I can't verify it, because I can't find any night build from axis. The link at the main page (http://cvs.apache.org/dist/axis/nightly ) won't work. If you can provide me a nightly build, then I'll test it asap, otherwise it'll take some time, to setup a build enviroment, and compile it from the source. > Functions in generated classes contains invalid character > --------------------------------------------------------- > > Key: AXISCPP-1087 > URL: https://issues.apache.org/jira/browse/AXISCPP-1087 > Project: Axis-C++ > Issue Type: Bug > Components: WSDL processing - RPC > Affects Versions: 1.6 Beta > Environment: Debian linux > Reporter: Bittner Ede > Priority: Critical > Fix For: current (nightly) > > > When the WSDL's binding contains an operation with a name, that contains an invalid character in C/C++, the code generator does not replace it, thus the generated code cannot be compiled. The operation generates the following function siginture: > public: > STORAGE_CLASS_INFO xsd__string Auth:Login(xsd__string Value0, xsd__string Value1); > Characters that are invalid in C/c++ code, should be replaced to something. Should be a user choice with some flag, maybe defaulting to underscore. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org