Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 2447 invoked from network); 20 Jul 2005 20:58:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 20:58:16 -0000 Received: (qmail 90653 invoked by uid 500); 20 Jul 2005 20:58:14 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 90635 invoked by uid 500); 20 Jul 2005 20:58:13 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 90622 invoked by uid 99); 20 Jul 2005 20:58:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 13:58:01 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id A6E71D5 for ; Wed, 20 Jul 2005 22:57:58 +0200 (CEST) Message-ID: <651537582.1121893078682.JavaMail.jira@ajax.apache.org> Date: Wed, 20 Jul 2005 22:57:58 +0200 (CEST) From: "Chad Schoettger (JIRA)" To: beehive-dev@incubator.apache.org Subject: [jira] Created: (BEEHIVE-855) Service control generation incorrect for operation which returns void and has IN/OUT or OUT header Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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: TBD Reporter: Chad Schoettger 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