Dear friends, We use 3 types of services in Flex; HTTP, Remoting and WebServices and would like to increase my understanding about their use cases. As far as I understand,
Remoting can be used only in homogeneous environment like Flex-RubyOnRails (through RubyAMF) while Webservices can be used in Heterogenous environment using SOAP protocol.
Remoting has advantage of native object support that web services don't have. That also means no parsing/extraction will be required in former.
Now, talking of HTTP services, they dont support complex operations or parameter passing and can be used for only basic operations.
Friends please correct me if I am wrong anywhere and also please share more on this.
Thanks in advance.