You can also marshall an Envelope to a Writer (i.e. System.out) if
you want to see how the XML looks without actually sending it anywhere.

 PrintWriter pw = new PrintWriter(System.out);
 call.buildEnvelope().marshall(pw, call.getSOAPMappingRegistry());
 pw.flush();

Andy.

> -----Original Message-----
> From: Tomas Jacobsson [mailto:[EMAIL PROTECTED]]
> Subject: A way to see the actual Soap message
> 
> Hello!
> I wonder if ther is a way to see the actual soap messages 
> that is travelling between server and client.

Reply via email to