The way you deploy handlers in Axis2 is using the concept call Module. Please follow following tutorial to get a good understanding how to do that. http://axis.apache.org/axis2/java/core/docs/modules.html http://www.packtpub.com/article/apache-axis2-web-services-writing-module
Deepal > Hello, > > I wrote my own simple handler which I want to deploy. This handler is > the first to work on inflowing SOAP messages and as such I modified > the configuration to have it in the inflow section. > My question is, how do I build and deploy this handler? > > Thanks