You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ha...@srcb.ricoh.com on 2005/12/29 10:58:04 UTC

A question on axis handler

I want to write a response handler for the following purpose:
1) If the response message doesn't contain fault part, it does nothing;
2) If fault, the handler retry the service request for several times until 
succeed or timeout;
My question is:
1.With Axis 1.1, if it's possible to resubmit the SOAPMessage to the 
SOAPService with the same MessageContext in a response handler?
2.If I code like this:
public void invoke(MessageContext msgCtx) {
        ....
        msgCtx.getService().invoke(msgCtx);
        ....
}
What will happen in Axis? Anyone has similar experience?

Best regards,
Haihua.YU / SRCB