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 h

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 rel

Re: Accessing the in flow message context in out flow handler

2008-12-11 Thread Dave Meibusch
Thank you, Deepal. This got me on the right track. > > actually I forgot, seems like I have even written an article about that > > http://wso2.org/library/2084 >

Accessing the in flow message context in out flow handler

2008-12-10 Thread Dave Meibusch
Hi, I have a custom handler to log statistics for SOAP messages. The challenge I have is accessing some of the properties of the in flow message context in my handler's flowComplete() that is being executed last in OutFaultFlow. ie. I need to access and log properties of the in message context f