Good Morning Michele I would suggest the use of a filter as in this crude example JSP -> ServletFilter -> those items that are 'validated' -> AxisService I found this White Paper from Sun to be a good resource http://java.sun.com/products/servlet/Filters.html
Thank You, Martin -- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Michele Mazzucco" <[EMAIL PROTECTED]> To: "Axis user mailing list" <[email protected]> Sent: Friday, June 02, 2006 6:54 AM Subject: [Axis2] module design issue > Hi all, > > I would like to redirect client requests (eventually because the target > node doesn't provide the required service), so I need to intercept them > through a message handler. > > > client ----> (handler -> pretended target) ----> real target (i.e. the > node providing the service) > > Could anybody of the Axis2 guys suggest me the best solution to do this? > At which level should I implement my interceptor, before the transport > phase or before the dispatch one? > > > Thanks in advance, > Michele > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
