Hi, In my service class I add some objects to the messageContext which I'd like to access in a outflow handler. Obviously the messageContext in the service class is different (OperationInPhase) from the one I have in the outflow handler (OperationOutPhase). How can I pass some properties from my service class to a handler?
Thanks Yves
