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.
- A way to see the actual Soap message Tomas Jacobsson
- Re: A way to see the actual Soap message Shoaib
- Re: A way to see the actual Soap message Aron Vaughan
- Re: A way to see the actual Soap message Dmitri Colebatch
- Re: A way to see the actual Soap message ParamDeep Singh
- Re: A way to see the actual Soap message Acz�l
- RE: A way to see the actual Soap message Anjali Jain
- RE: A way to see the actual Soap message Paul Rogers
- RE: A way to see the actual Soap message Andy Jefferies
- RE: A way to see the actual Soap message Vikram Rajan
