Re: Capturing the JaxRS outbound request data

2009-08-07 Thread Sergey Beryozkin
_ What can you do with the new Windows Live? Find out http://www.microsoft.com/windows/windowslive/default.aspx -- View this message in context: http://www.nabble.com/Capturing-the-JaxRS-outbound-request-data-tp24848337p24863892.html Sent from the cxf-dev mailing list

RE: Capturing the JaxRS outbound request data

2009-08-07 Thread Eamonn Dwyer
: Fri, 7 Aug 2009 05:24:55 -0700 From: sergey.beryoz...@iona.com To: dev@cxf.apache.org Subject: Re: Capturing the JaxRS outbound request data Hi Eamonn Perhaps you can do the same way the (out) logging interceptor does it ? Can it capture the outbound message on the client side

Capturing the JaxRS outbound request data

2009-08-06 Thread Eamonn Dwyer
Hi is there a way of getting the exact stream of data sent by a JaxRS client to the service. As far as I can make out the JaxRS client populates the HttpURLConnection directly with the data and the call to connection.getResponseCode() results in the HttpURLConnection marshalling up the data