You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org> on 2005/07/21 20:29:55 UTC

[jira] Updated: (BEEHIVE-855) Service control generation incorrect for operation which returns void and has IN/OUT or OUT header

     [ http://issues.apache.org/jira/browse/BEEHIVE-855?page=all ]

Eddie O'Neil updated BEEHIVE-855:
---------------------------------

    Fix Version: TBD
        Version: v1m1
                 V1Beta
                     (was: TBD)
      Assign To: Eddie O'Neil

> Service control generation incorrect for operation which returns void and has IN/OUT or OUT header
> --------------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-855
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-855
>      Project: Beehive
>         Type: Bug
>   Components: System Controls
>     Versions: v1m1, V1Beta
>     Reporter: Chad Schoettger
>     Assignee: Eddie O'Neil
>      Fix For: TBD

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira