Re: Problem trying to get SOAPEnvelope as String.

2002-03-21 Thread Davanum Srinivas
Oops, forgot to mention you will also need test.encoding.RETURN in your classpath... Thanks, dims --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > Team, > > Am using latest CVS. When i call message.getSOAPPart().getAsString(), am getting bad >XML back. > See > output below. The problem seems

Problem trying to get SOAPEnvelope as String.

2002-03-21 Thread Davanum Srinivas
Team, Am using latest CVS. When i call message.getSOAPPart().getAsString(), am getting bad XML back. See output below. The problem seems to be that the recorder in SOAPEnvelope still has stuff in it that it wants to play back. When i call message.getSOAPEnvelope().setRecorder(null); all's well