Bittner Ede created AXISCPP-1087: ------------------------------------ Summary: 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
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