You mean you are trying to use Complex objects in your interface and you are getting NULL on the way back?
The solution is to wrap all the return complex objects into a ResponseObject and return it from your method. If its unclear send more information like your service class etc Hope this helps, -- SJunejo On Tue, Dec 25, 2012 at 7:05 PM, Bárbara Minitti <bmin...@gmail.com> wrote: > Hi, > >> > >> >> >> >> I am developing my graduate work with Axis2. >> >> >> >> I have a service. The method of my service has POJO like parameter >> >> input and return string message, >> >> >> >> This POJO has others POJO in your structure, like composition and >> >> inheritance. >> >> >> >> To invoke my service I'm using RPCServiceClient, but when my pojo is >> >> read in the service method the attributes of my pojo composition and pojo >> >> inheritance is null. >> >> >> >> How to create a client that support composition pojo and pojo >> >> inheritance? >> >> >> >> Please, help. I don't know how to resolve this problem and I don't >> >> where to search. My graduate work is delayed because only this. >> >> >> >> Thanks, >> >> Bárbara >> >> >