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
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