On Fri, Jul 18, 2008 at 11:25 PM, Jack Sprat <[EMAIL PROTECTED]> wrote:
> Hello. > > Is there a way to add handlers only for specific operations in a service > and not for all? > For example, I'd like to validate the user/password in the SOAP header on > all operations except the simple echo operation. I have a handler set in > the axis2.xml confg. file but that applies to all operations. you have to write a module using including your handlers see following links. And engaged the module at operation level. thanks, Amila. [1]http://ws.apache.org/axis2/1_4/modules.html [2]http://www.developer.com/java/web/article.php/10935_3529321_1 > > > Thanks, > T > > > -- Amila Suriarachchi, WSO2 Inc.
