Return-Path: Delivered-To: apmail-ws-wsif-dev-archive@www.apache.org Received: (qmail 82591 invoked from network); 14 Oct 2003 15:27:04 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Oct 2003 15:27:04 -0000 Received: (qmail 32444 invoked by uid 500); 14 Oct 2003 15:26:58 -0000 Delivered-To: apmail-ws-wsif-dev-archive@ws.apache.org Received: (qmail 32438 invoked by uid 500); 14 Oct 2003 15:26:58 -0000 Mailing-List: contact wsif-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: wsif-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list wsif-dev@ws.apache.org Delivered-To: moderator for wsif-dev@ws.apache.org Received: (qmail 76093 invoked from network); 14 Oct 2003 15:02:33 -0000 Date: 14 Oct 2003 15:05:40 -0000 Message-ID: <20031014150540.21328.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: wsif-dev@ws.apache.org Cc: Subject: DO NOT REPLY [Bug 18286] - Fault condition is not checked X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18286 Fault condition is not checked ------- Additional Comments From john.kelty@sybase.com 2003-10-14 15:05 ------- We are seeing similar behavior with executeRequestResponseOperation on a WSIFOperation_ApacheAxis instance, where the fault instance is empty despite the presence of error information in the SOAP message. While a TCP Tunnel application showed that there was a tag in the response message, log statements show all parts of the WSIF fault instance to be empty so that the actual error in the soapenv:Fault tag is lost. I've attached a bit of relevant code, part of the log file, and the SOAP message in question.