Re: Axis2 client - counting bytes sent and received

2008-12-14 Thread Dave Meibusch
You should be able to do this easily by using a module. We do this to show statistics in the WSO2 Web Services Application Server (WSO2 WSAS) [1] which is built on top of Axis2. We have done this by using a module. Thanks,Keith.[1] http://wso2.org/projects/wsas Yes, a module with a custom

Re: Axis2 client - counting bytes sent and received

2008-12-12 Thread Michele Mazzucco
What about using a custom handler with a null output stream? Michele On 11 Dec 2008, at 23:42, Dave Meibusch wrote: Hi, I'm attempting to log statistics for my system, including the bytes sent/received for the components using Axis2 client code. Digging through the source of HttpClient,

Re: Axis2 client - counting bytes sent and received

2008-12-12 Thread keith chapman
You should be able to do this easily by using a module. We do this to show statistics in the WSO2 Web Services Application Server (WSO2 WSAS) [1] which is built on top of Axis2. We have done this by using a module. Thanks, Keith. [1] http://wso2.org/projects/wsas On Fri, Dec 12, 2008 at 4:04

Axis2 client - counting bytes sent and received

2008-12-11 Thread Dave Meibusch
Hi, I'm attempting to log statistics for my system, including the bytes sent/received for the components using Axis2 client code. Digging through the source of HttpClient, HttpMethod (latter is accessible from Axis2 MessageContext) has not been successful. The Content-Length HTTP header is not