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
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