I am trying to put togather two great technologies: ASP.NET MVC and Flex AMF. I am using WebORB for remote gateway. So far, I wasn't able to call controllers' classes from my Flex using Remoting. MVC did not like it. Any idea of a way of making this working?
View Complete Post