I don't think that the BeanSerializer, or any Axis serializer, can be used on its own. It works via callbacks from Axis, in a particular serialization context. I don't think it has an methods that can simply serialize an object to an XML string, or an XML document.
Tony
-----Original Message-----
From: Levy, Avi [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 23 November 2004 9:54 AM
To: '[EMAIL PROTECTED]'
Subject: BeanSerializer
Hi,
I'm trying to use BeanSerializer (from org.apache.axis.encoding.ser) to manualy serialize my Java object into raw XML. However, I don't really understand the javadoc of the serialize method in the class. Anyone knows how to use that class to serialize some java objects?
Thanks,
-- AV