[ 
https://issues.apache.org/jira/browse/AXIS2-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989038#comment-12989038
 ] 

Ruwan Linton edited comment on AXIS2-4569 at 2/1/11 5:06 AM:
-------------------------------------------------------------

This has been fixed by AXIS2-4914

      was (Author: ruwan):
    This has been fixed by AXIS2-4919
  
> wsdl2java:  Callback handlers have incorrectly capitalized methods
> ------------------------------------------------------------------
>
>                 Key: AXIS2-4569
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4569
>             Project: Axis2
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.5.1
>            Reporter: Glen Mazza
>            Assignee: Ruwan Linton
>            Priority: Critical
>             Fix For: 1.6
>
>
> Using ADB databinding, the upgrade from Axis2 1.4.1 to Axis2 1.5.1 results in 
> the capitalization of the SOAP operation calls changing, for example:
> GetWeatherInPhoenix() is now getWeatherInPhoenix().
> No problem there.  But the CallbackHandler classes generated by wsdl2java are 
> not getting the capitalization correct, what used to be:
> (1.4.1) receiveResultGetWeatherInPhoenix(...)
> is now:
> (1.5.1) receiveResultgetWeatherInPhoenix(...)
> But I think 1.5.1 is wrong here...due to normal CamelCase rules, it should 
> *still* be receiveResultGetWeatherInPhoenix(...) even though the method name 
> is now getWeatherInPhoenix().

-- 
This message is automatically generated by JIRA.
-
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