DO NOT REPLY [Bug 18286] - Fault condition is not checked
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18286>. 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 [email protected] 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 <soapenv:Fault> 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.