Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 8081 invoked by uid 500); 24 Oct 2002 18:56:32 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 8072 invoked from network); 24 Oct 2002 18:56:32 -0000 Date: 24 Oct 2002 18:57:27 -0000 Message-ID: <20021024185727.6157.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 13943] New: - axis fault dumps entire response to std out X-Spam-Rating: daedalus.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=13943 axis fault dumps entire response to std out Summary: axis fault dumps entire response to std out Product: Axis Version: 1.0 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: axis-dev@xml.apache.org ReportedBy: rajendra.pujari@fmr.com Following line from generated code in soapstub spits out entire http response to stdout: java.lang.Object _resp = _call.invoke(new java.lang.Object[] {FESCOHead.value, emailInfo.value}); This is seems to be happen obly if we have holders in parameter calls.