You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Robert Liguori <ro...@gmail.com> on 2010/11/08 19:30:14 UTC

Dumping of CXF SOAP traffic without HTTP headers

Metro includes a package in jaxws-rt.jar that allows for dumping of SOAP
traffic without HTTP headers. Reference: *Java Web Services Up and Running*,
page 15.

Does CXF provide this same or a similar feature... if so, how?

Thanks!

Re: Dumping of CXF SOAP traffic without HTTP headers

Posted by Daniel Kulp <dk...@apache.org>.
On Monday 08 November 2010 1:30:14 pm Robert Liguori wrote:
> Metro includes a package in jaxws-rt.jar that allows for dumping of SOAP
> traffic without HTTP headers. Reference: *Java Web Services Up and
> Running*, page 15.
> 
> Does CXF provide this same or a similar feature... if so, how?

I don't think so.    All the logging is done via the LoggingIn/OutInterceptors 
which would also log the protocol headers.  

I don't have that book so I don't know what it's saying.   I did, at one 
point, make most of the RI system properties related to logging "work".   
Like:

java -Dcom.sun.xml.ws.transport.http.HttpAdapter.dump=true  MyService

or whatever.


-- 
Daniel Kulp
dkulp@apache.org
http://dankulp.com/blog