I am trying to build a basic RIA where my
Flex application client opens an XML socket, sends the xml message "people_list" to server, and prints out the response. I have ruby at the server side and I have successfully set up the security policy stuff.
The ruby xml server, successfully accepts the connections from
Flex, successfully detects when
…