[ http://issues.apache.org/jira/browse/BEEHIVE-855?page=all ] Eddie O'Neil resolved BEEHIVE-855: ----------------------------------
Resolution: Fixed This is fixed in SVN 225365. > 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