RE: Getting payload in the client side.

2011-06-08 Thread Humagain, Himal
@cxf.apache.org; Fabio souza Cc: Humagain, Himal Subject: Re: Getting payload in the client side. On Thursday, June 02, 2011 5:05:30 PM Humagain, Himal wrote: Thanks a lot for your reply. I am trying the logging option but will not fulfill my need. I need to get hold of the payload (content) in the client

RE: Getting payload in the client side.

2011-06-03 Thread Humagain, Himal
. Himal. -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Friday, June 03, 2011 10:56 AM To: users@cxf.apache.org; Fabio souza Cc: Humagain, Himal Subject: Re: Getting payload in the client side. On Thursday, June 02, 2011 5:05:30 PM Humagain, Himal wrote: Thanks a lot

RE: Getting payload in the client side.

2011-06-03 Thread Humagain, Himal
I am using JAX-RS. -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Friday, June 03, 2011 6:45 AM To: Humagain, Himal Cc: Fabio souza; users@cxf.apache.org Subject: Re: Getting payload in the client side. Do you use JAX-WS or JAX-RS ? Cheers, Sergey

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

Getting payload in the client side.

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? My web service takes an object and gives me an object back. But I would like to get the CXF generated payload before it is posted to the webservie. I have tried using

RE: Getting payload in the client side.

2011-06-02 Thread Humagain, Himal
[mailto:sberyoz...@gmail.com] Sent: Thursday, June 02, 2011 4:43 PM To: Humagain, Himal Cc: Fabio souza; users@cxf.apache.org Subject: Re: Getting payload in the client side. Hi, Please use a logging feature Cheers, Sergey On Thu, Jun 2, 2011 at 6:55 PM, Humagain, Himal himal.humag...@jpmchase.com wrote