Example: Accessing a service from Flash 8
Accessing exposed services from Flash8 Professional is easy, but some basic setup is required. Below the setup is sample code scraped right
Example: Accessing a service from Python
First of all you will need the necessary XMLRPC client libraries for your python installation. On debian, and probably on ubuntu this is
Example: Flex Recipe App MXML
This file shows you how you can connect to a Drupal service to get a list of recipes. It assumes a few things:
Example: XML-RPC CCK Field XML Format
I had the hardest time finding the right XML format to use to post to CCK fields via XML-RPC, until I found skaaal's hint in this issue.
