Hi Benjamin,

Applying a particular handler for a particular method in a Web service is
not possible with Axis1.x however if you use Sandesha2 that is build on
top of Axis2 that has the support for operation specific handlers you can
do it.

The exception may be generated by axis since sandesha is using axis to
send the messages. What is the exception you are getting?

Thanks,

Jaliya


> Hi,
>
> when I add the ReliabilityHandler to a web service this web service only
> accepts reliable calls. Is it possible to define reliability to single
> methods of that web service? If it is possible how must the web service
> and the handler be configured.
>
> Another question. I need to block particular messages being sent by the
> reliable sender. I tried to realize this by putting my own handler to
> the listenerRequestHandlers and deleting the request message, but this
> did not work because sandesha has an exception. Any advices?
>
> Thanks,
>
> Benjamin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to