Re: Returning response to client from handler

2011-10-17 Thread Deepal Jayasinghe
You probably need to do what the Message Receiver does, create a response message and send it. Deepal > Hi, > I am developing a web service using Axis2 and have a question about > handlers and message flow. > I implemented a handler, and in some cases I would like to give > response to client wit

Returning response to client from handler

2011-10-17 Thread Kudret Serin
Hi, I am developing a web service using Axis2 and have a question about handlers and message flow. I implemented a handler, and in some cases I would like to give response to client without any further processing. (throwing an AxisFault with a message would be an option but I do not want to do this