Hi folks,I'm trying to decide what communication mechanism to usebetween
my Flex app and my Java server. The three options I seeare: HTTP, SOAP,
and Remoting. I understand how these work inconcept but the key question
I have here is:I know I can set the resultFormat property of the
HTTPServiceobject to various values, do I have the same control
overRemoteObject and WebService? If not, what format does it come
backin? XML? Object? An thoughts on the merits of either being used asby
the Model as b...