Skip to content

Consuming AMF Services

emilkm edited this page May 26, 2013 · 8 revisions

For a good explanation on how "the Enyo framework enables apps to work with services in general, and Web services in particular" take a look at the enyo wiki

In enyo-amf requests are made using either the enyo.Amfx object or the enyo.AmfService component. enyo.Amfx derives from enyo.Async, the base kind for handling asynchronous operations. enyo.WebService is a wrapper for enyo.Amfx that can be used when you want to use Async as a component.

Clone this wiki locally