Technology :: Adobe Flex :: Examples & Tutorials :: Adobe Tutorials :: Getting Started :: Use Web Services
The Finished Example:
The Web Service API:
This example accesses the MNXA web service's getMostPopularPosts() method. Here's the method's description from the online API.
Source Code:
Note: Instead of duplicating the "wsBlogAggr.getMostPopularPosts.send()" call, I've encapsulated it into a getData() method.
Webservice Variable Dump:
If you look at the wsWebservice variable in the debugger's Variable view, after it retrieves data from the web service, you'll see something like this...





