Dave Hoffer wrote:
> I see in the new Axis2 docs that to write the implementation class you > modify all the methods to pass/return an OMElement parameter. Why is > this? Isn’t it possible to write and use POJOs like Axis1.x? What is > the benefit of the OMElement approach? > You do not need to modify (or change ) your method to pass/return OMElement , you can use any java object as method signatures in your service impl class. To get the high performance it is the best way to use AXIOM. If you want who to use POJO with Axis2 pls have a look at the following http://www.wso2.net/faq/apache_axis2/q6 > I notice a phrase that this is how you do it unless you have data > finding, however I find no information on how to have/use data > binding. Is there some documentation on this? > > Thanks! > > -dh > -- Thanks, Deepal ................................................................ ~Future is Open~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]