Hi all, In a custom module is it possible to store a custom property in the InFlowHandler and obtain this property in the OutFlowHandler? Since the handlers are statless I tried adding this to the InFlow MessageContext (setProperty method) but in the OutFlow the property is not there. Is there any other way this to be achieved or it is not allowed?
[I'm using recent axis2 snapshot build and fallowing the documentation on the site for writing a module.] Thanks and Regards, Boris
