Hi, I have a stupid question: is there any way in Axis to turn back (the message flow) from a handler ? This may sound stupid, but look what I want to to: My client sends a message. It goes through a handler, gets to the server, which gives back an error response (let's say unathorized or smoething). I don't want this error to get back all the way to the clinet, but I want to hide the negotiation procedure in the handler. In this case my handler (on the response stream), would have to be able to catch the error message and try again to send a correct request (let's say properly authorized). Does the method setPastPivot() do the job ? Bye, Geza
