Actually what I meant to say there was you have inheritance support for beans not for the service class. When I developed the POJO I wanted to support service class inheritance as well, but due to some of the complexity I stop doing that.
However implementing that is not hard, only thing you need to is to add the operations that you need to expose from the parent classes to services.xml, then everything would work fine. Thank you! Deepal > In this article > (http://www.developer.com/xml/article.php/10929_3726461_3) Deepal > Jayasinghe introduces the axis2 framework. > > "Axis2 POJO supports inheritance, so you can write your service class > to extend some other class and publish parent(s) method(s) > automatically". > > I try this example, but in the wsdl generated i don't see the methods > of the parent class. > > > What's wrong? -- Thank you! http://blogs.deepal.org http://deepal.org
