When using messaging, your code is responsible for putting everything you want into XML. You could write your own code to do this, or you could use something like Castor as a way to map Java objects to XML and back.
Scott Nichol ----- Original Message ----- From: "Serafina Sumargo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 10:50 AM Subject: Messaging and java objects > Hi all, > > I am sorry if this is a silly question, but I couldn't find any articles > on this anywhere. Suppose I want to use messaging instead of RPC, and I > need to pass a user defined object to the service, how do I do that? > Referring to the Messaging sample, an xml file is encoded in the > Envelope. All of the xml contents are Strings. I guess my question is, > how do I convert this object into xml? So that I can put it in the > Envelope. Is that what I have to do? > > Are there any other samples out there that uses messaging, or any > articles about it? > > Thanx! > > Serafina > -- To unsubscribe, e-mail: <mailto:soap-user-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>