What is the best way to get Adobe Flex/AIR to communicate with perl Catalyst?
We are currently using Catalyst::Plugin::XMLRPC on the Catalyst side and as3-rpclib on the Flex/AIR side. That works fine, but I'd rather take as3-rpclib out of the picture and use a method that is native to Flex.
From what I can tell, it's native compnonents are HTTPService, WebService (SOAP), and RemoteObject.
Which one is the best fit in the Catalyst environment?
Also, could you point me to a nice "Hello World" example of the winner? WSDLs make my head spin.