Hi,
 
I have generated my WebService and bean classes with WSDL2Java. It works perfectly.
 
Now, I want to be able to store some of my beans into an XMLDB, so I need to serialize them in XML. As my beans already contains a TypeDesc generated by Axis, I want to use the Axis BeanSerializer to do it. But I can't find a clue about how to use it to serialize a bean out of Call context ...
 
So here is my question : how to use BeanSerializer to serialize a bean to an XML string ?
 
Regards,
 
Laurent Cornelis

Reply via email to