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

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

2008-12-10 Thread Deepal Jayasinghe
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

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

2008-12-10 Thread Martin Gainty
recipient. Sender does not necessarily endorse content contained within this transmission. Date: Wed, 10 Dec 2008 18:59:24 -0500 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: Accessing the in flow message context in out flow handler Hi, I have a custom handler to log

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

2008-12-10 Thread Deepal Jayasinghe
@ws.apache.org Subject: Re: Accessing the in flow message context in out flow handler 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