Re: Getting CXF generated payload for the passed object.

2011-06-02 Thread Freeman Fang
Hi, Cxf LoggingOutInterceptor can do exactly what you want, you just need add this interceptor on client side or turn on logging feature. Freeman On 2011-6-2, at 下午9:54, Humagain, Himal wrote: Hi, How can I print the CXF generated payload (content) in the client side before sending it to

Getting CXF generated payload for the passed object.

2011-06-02 Thread Humagain, Himal
Hi, How can I print the CXF generated payload (content) in the client side before sending it to the web service? I have tried using interceptors and I was trying to get to the payload using the Message under "handleMessage" method. I will appreciate any help. Thanks, Himal. This communicati