1. on serverside, if a handler's handleResponse() method returns false, it will skip the remaining chain and sends the reply directly to client. Will it skips the server side handler chain only or client side handler chain also?
2. on serverside, if a handler's handleRequest() method throws SOAPFaultException, it will returns back from the current handler and follows the handler chain with handleFault() method. Is this correct?
3. If JAXRException is thrown from any handler it will stops executing handler chain and returns
soap fault message to the client directly. Is this correct?
Please clarify me......
Thanks
Krishna
[ October 25, 2008: Message edited by: Hari Krishna ]