Hi Peter, If you are looking to serialize Java Beans to XML, the mechanism in Axis2 (to my understanding) is not trivially decoupled to be used outside of Axis2. I can point you out to another alternative (the J2XB project which I lead and working to integrate with Axis2) at j2xb.sourceforge.net which is a serialization engine for arbitrary beans to XML. Another alternative is JAXB 2 (which is less flexible)
Hope it helps, Yoav On Fri, Jun 20, 2008 at 10:11 PM, Rajesh, Peter (CLAIMS, WIP) < [EMAIL PROTECTED]> wrote: > Hi, > > What is the class/method to use to serialize the java object and to create > the xml. > > I'm looking for BeanSerializer but couldn't find it in Axis2 API's. > > Please help > > Thanks & Regards, > > Peter Rajesh > > > ************************************************************************* > This communication, including attachments, is > for the exclusive use of addressee and may contain proprietary, > confidential and/or privileged information. If you are not the intended > recipient, any use, copying, disclosure, dissemination or distribution is > strictly prohibited. If you are not the intended recipient, please notify > the sender immediately by return e-mail, delete this communication and > destroy all copies. > ************************************************************************* >
