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 2003/04/23 01:49:38 UTC

DO NOT REPLY [Bug 19239] New: - hexidecimal buffer size dumped into response XML from SOAP call

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

hexidecimal buffer size dumped into response XML from SOAP call

           Summary: hexidecimal buffer size dumped into response XML from
                    SOAP call
           Product: Axis
           Version: 1.0
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: joe_mueller@mentor.com


The XML returned in response to SOAP RPC function call contains 
extraneous "junk" which turns out to be the number of characters in the output 
buffer during a flush call (in hexidecimal).

For example, I have a public method that returns a String, defined as:
public String testInterface(final String ref) {