Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-855

Service control generation incorrect for operation which returns void and has IN/OUT or OUT header

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • V1Beta, v1m1
    • None
    • System Controls
    • None

    Description

      Found while adding new service control DRTs:

      Service control generation is incorrect for a web service method which returns void but also has IN/OUT or OUT headers. For example

      if my webservice method looks like:

      public void echoOutHeader(@webparam(header="true", mode="OUT") StringHolder hdr, String inputString)

      The generated web service method from the resulting WSDL looks like:

      public String echoOutHeader(String inputString)

      If invoked the method causes an Axis exception during the processing of the request.

      ****************************
      Fix for this coming in the next couple of days.

      Attachments

        Activity

          People

            njantz Nathan Jantz
            chad_s Chad Schoettger
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: