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 [email protected] http://dankulp.com/blog
