I am using BlazeDS as my Java backend for Flex client. There are some existing Java based web services with which the flex client needs to integrate . The services returns XML now. I was planning to use remoting with AMF3 on Balzeds because of obvious perf reasons , but it seems that is not a possibility if i have to consume xml. I need to use either
1) XML to ActionScriptE4X
OR
2) XML to AS3 .
"Is there a way for me to use AMF3 with XML response and convert it to AS3 object on client".


Reply With Quote