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/08/06 12:51:31 UTC

DO NOT REPLY [Bug 22169] New: - Could MessageElement.asString() be made public?

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

Could MessageElement.asString() be made public?

           Summary: Could MessageElement.asString() be made public?
           Product: Axis
           Version: 1.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: akrueger@tes.zv.mmo.de


I need to produce debugging output of a SOAPBodyElement.

I presently go about this by calling SOAPBodyElement.getAsDOM()
and then XMLUtils.ElementToString.  Not exactly a straightforward
way to go about this.

Could org.apache.axis.message.MessageElement.asString() please be made public?

I cannot find publicly available AXIS javadoc, but you can find what I'm
talking about through the CVS server at

http://cvs.apache.org/viewcvs.cgi/xml-axis/java/src/org/apache/axis/message/MessageElement.java?rev=HEAD&content-type=text/vnd.viewcvs-markup