Using RPC Components

Adobe Flex 2 supports a service-oriented architecture in which a Flex application interacts with remote data sources by calling several types of services and receiving responses from the services. In a typical Flex application, client-side RPC components send asynchronous requests to remote services, which return result data to the client-side components.

This topic describes how to use Flex RPC components. For introductory information about RPC components, see Understanding RPC Components.

Contents

Declaring an RPC component
Calling a service
Handling service results
Using a service with binding, validation, and event listeners
Handling asynchronous calls to services
Using features specific to RemoteObject components
Using features specific to WebService components

Flex 2.01

Take a survey