There is no built-in way to go bean-to-DOM. Right now, the literal XML encoding has a serializer for an Element, and that is it: there are no other literal XML serializers. Conversely, there is no SOAP encoding serializer for an Element.
Something like Castor might give you bean-to-XML mapping. Scott Nichol ----- Original Message ----- From: "carey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 07, 2002 11:01 AM Subject: Bean-to-XML Serializer > > We will be using SOAP 2.3. For most users we need to conver to/from SOAP to > java bean format. However, for a few users, we will need to convert from > the java bean to either DOM or literal-XML. Is there a way to do this? I > see the beanserializer will go from SOAP to bean and back, but how do I get > from bean to DOM? > > Thanks, > > Lynda > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
