[ http://issues.apache.org/jira/browse/BEEHIVE-855?page=all ]
Nathan Jantz closed BEEHIVE-855. -------------------------------- Similar to Beehive-859, this issue has been verified to now work properly with the following Header DRT's: system-controls/test/webservice/webapp/tests/org/apache/beehive/controls/system/webservice/units/doclitwrapped/schematypes/HeaderDocLitEndpointTest and system-controls/test/webservice/webapp/tests/org/apache/beehive/controls/system/webservice/units/rpcenc/schematypes/HeaderRpcEndpointTest verified using svn rev: 424033. closing issue. > 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
