|
If you set your content type to be
application/xml the request object will be re-serialized into XML and sent back
across the wire. You’d need to have a servlet that can handle a POST of
that format though. Matt From: Not sure, if there is one.... But you can make modification in XML
itself and send the xml structure back...I mean, set the resultFormt=xml in
HTTPService, you will get XML object instead of AS Object, you can change the
nodes and send back the XMLObject... Or you can get the XML object, create a
clone of it, convert it to AS Object to populate the UI..If some data is
changed, make the relevant changes to orignal XML Object also... -abdul From: Hello- If I request XML using HTTPService, then
make modifications to it and then want to send it back to a Java class, how
would I re-encapsulate the resulting AS Object into XML again? Is there a
simple method to do this? Thanks, Drew Falkman ---- Yahoo! Groups Links
|
- RE: [flexcoders] XML Encoding Matt Chotin
- RE: [flexcoders] XML Encoding Abdul Qabiz

