Re: Calling BeanDeserializer ?

2008-01-11 Thread Anne Thomas Manes
Use a databinding framework, like JAXB, JiBX, or XMLBeans. The Axis BeanSerializer and BeanSerializer are not designed to be used as a generic databinding framework. Anne On Jan 10, 2008 10:33 PM, David Benua <[EMAIL PROTECTED]> wrote: > I have a problem trying to use the BeanDeserializer outside

Calling BeanDeserializer ?

2008-01-10 Thread David Benua
I have a problem trying to use the BeanDeserializer outside of the standard SOAP message processing. I wonder if this is possible. I have an object that is normally transmitted via Web Services that I want to persist as an XML file, and then re-use it at a later date as an Object. This Objec