Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-4569

wsdl2java: Callback handlers have incorrectly capitalized methods

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.5.1
    • 1.6.0
    • Tools
    • None

    Description

      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().

      Attachments

        Issue Links

          Activity

            People

              ruwan Ruwan Linton
              gmazza Glen Mazza
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: