Synchronous HTTP Service Requests could be made using JavaScript XMLHTTPRequest with the following parameters:
xmlHTTPRequest.open("GET", "http://anyurl.com/", false)
- RequestType: GET or POST
- URL of the service
- Comunication Type: true - asynchronous, false for synchronous
1. crossdomain.xml
2. services-config.xml - used for Flex Data SErices
Data Push can be implemented in Adobe Flex using BlazeDS Server or LiveCycleDataServices
How to Make HTTP Request to a Different Domains
More DIY videos at 5min.com
How to connect to HTTP Service using Adobe Flex 3
Part 1: Introduction
More DIY videos at 5min.com
Part 2: Getting the code work
More DIY videos at 5min.com
Handling Result Event
More DIY videos at 5min.com
Handling Fault Event
More DIY videos at 5min.com
No comments:
Post a Comment