You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Nathan Jantz (JIRA)" <de...@beehive.apache.org> on 2006/07/21 00:53:14 UTC

[jira] Assigned: (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 ]

Nathan Jantz reassigned BEEHIVE-855:
------------------------------------

    Assignee: Nathan Jantz  (was: 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
>          Issue Type: Bug
>          Components: System Controls
>    Affects Versions: V1Beta, v1m1
>            Reporter: Chad Schoettger
>         Assigned To: Nathan Jantz
>
> 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