You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/10/24 20:57:27 UTC

DO NOT REPLY [Bug 13943] New: - axis fault dumps entire response to std out

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=13943>.
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.