[ 
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 <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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to