Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 95028 invoked from network); 14 Mar 2005 15:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Mar 2005 15:22:44 -0000 Received: (qmail 82136 invoked by uid 500); 14 Mar 2005 15:22:43 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 82120 invoked by uid 500); 14 Mar 2005 15:22:43 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 82106 invoked by uid 99); 14 Mar 2005 15:22:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Mar 2005 07:22:43 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j2EEN9nT011206 for ; Mon, 14 Mar 2005 15:23:09 +0100 Message-ID: <134946149.1110810189642.JavaMail.jira@ajax.apache.org> Date: Mon, 14 Mar 2005 15:23:09 +0100 (CET) From: "Fred Preston (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Assigned: (AXISCPP-472) SoapSerializer::setOutputStream does not throw an exception when a problem in serialisation occurs In-Reply-To: <1756000438.1109155188768.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXISCPP-472?page=history ] Fred Preston reassigned AXISCPP-472: ------------------------------------ Assign To: (was: Fred Preston) > SoapSerializer::setOutputStream does not throw an exception when a problem in serialisation occurs > -------------------------------------------------------------------------------------------------- > > Key: AXISCPP-472 > URL: http://issues.apache.org/jira/browse/AXISCPP-472 > Project: Axis-C++ > Type: Bug > Environment: n/a > Reporter: Fred Preston > > SoapSerializer::setOutputStream creates the SOAP envelope and header elements. It parses the contents of the serialised message creating headers, attributes, etc. If an of the methods that actually perform the serialisation fail, there this method must return an exception. Currently, it reports the failure and no message is sent. Also, processing continues and the response side still waits for a message that it will never recieve! An exception must be thrown when iStatus is set to AXIS_FAIL so that message transmission halts and the calling application will be made aware of an error in the message they are trying to send. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira