[ https://issues.apache.org/jira/browse/AXISCPP-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nadir amra resolved AXISCPP-1087.
---------------------------------
Resolution: Fixed
Fix Version/s: current (nightly)
Fixed problem under revision: http://svn.apache.org/viewvc?view=revision&revision=1351400
However, in this case, I do not believe colon (:) is allowed in operation name.....but we
handle it now by replacing invalid compiler characters with an underscore.
Will wait until test case is created to close.
> 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-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org
|