posted 18 years ago
May I ask what the purpose of the application is, or at least what the purpose of sending an entire XML document as a String object would be? I've done something similar in the past, and admit, it isn't the best solution. JAXB marshalling and unmarshalling is the best way, in my opinion, to send XML data that represents objects. Even in the application i mentioned above, we still used JAXB to unmarshall the String containing the XML.
SCJP 1.4, SCWCD J2EE 1.4, SCJD J2SE 1.5, SCBCD J2EE 1.3, SCDJWS (In Progress)