You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2009/11/30 19:59:20 UTC

[jira] Created: (AXIS2-4569) wsdl2java: Callback handlers have incorrectly capitalized methods

wsdl2java:  Callback handlers have incorrectly capitalized methods
------------------------------------------------------------------

                 Key: AXIS2-4569
                 URL: https://issues.apache.org/jira/browse/AXIS2-4569
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
    Affects Versions: 1.5.1
            Reporter: Glen Mazza
            Priority: Minor
             Fix For: 1.5.1


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.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (AXIS2-4569) wsdl2java: Callback handlers have incorrectly capitalized methods

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783839#action_12783839 ] 

Glen Mazza edited comment on AXIS2-4569 at 11/30/09 9:15 PM:
-------------------------------------------------------------

Also, the asynchronous calls are like this in 1.5.1:

startgetWeatherInPhoenix()

But should still be:

startGetWeatherInPhoenix()

      was (Author: gmazza):
    Also, the synchronous calls are like this in 1.5.1:

startgetWeatherInPhoenix()

But should still be:

startGetWeatherInPhoenix()
  
> wsdl2java:  Callback handlers have incorrectly capitalized methods
> ------------------------------------------------------------------
>
>                 Key: AXIS2-4569
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4569
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.5.1
>            Reporter: Glen Mazza
>            Priority: Minor
>             Fix For: 1.5.1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AXIS2-4569) wsdl2java: Callback handlers have incorrectly capitalized methods

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-4569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783839#action_12783839 ] 

Glen Mazza commented on AXIS2-4569:
-----------------------------------

Also, the synchronous calls are like this in 1.5.1:

startgetWeatherInPhoenix()

But should still be:

startGetWeatherInPhoenix()

> wsdl2java:  Callback handlers have incorrectly capitalized methods
> ------------------------------------------------------------------
>
>                 Key: AXIS2-4569
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4569
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.5.1
>            Reporter: Glen Mazza
>            Priority: Minor
>             Fix For: 1.5.1
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.