On Mon, Oct 13, 2008 at 4:44 AM, Igor Nogueira <[EMAIL PROTECTED] > wrote:
> Guys, I have the following situation: I have a handler inserted on > in-flow. It's phase is located after "postdispatch" phase. On this handler I > modify the message, I mean the SOAPEnvelope and I'd like to re-send it to > the beginning of the in-flow, like a new invocation to the service. Is it > possible to do? If yes, what should I use? > try to call AxisEngine.send(); with the message context before calling the AxisEngine.send(): set the currentHandlerInex and currentPhaseIndex to 0 in the message context. thanks, Amila. > > > Thanks in advance, > > Igor Nogueira > > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
