|
Great, I was not aware of that. This shows, how Flex makes
developer life easy...
Thanks Matt for correcting me...
-abdul From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin Sent: Monday, June 06, 2005 10:03 AM To: [email protected] Subject: RE: [flexcoders] XML Encoding 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
|

