[ https://issues.apache.org/jira/browse/AXISCPP-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398908#comment-13398908 ]
nadir amra commented on AXISCPP-1087: ------------------------------------- Actually, you will have to build it yourself since we do not have a nightly build. But you will find that it is best to rebuild until a new release can be created since there are many, many fixes not in the binaries that are out there today. > 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 <wsdl:operation name="Auth:Login"> > 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-unsubscr...@axis.apache.org For additional commands, e-mail: c-dev-h...@axis.apache.org