Example name: Flex Remoting Invocation Test Suite
Description: The example demonstrates invocation of PHP methods with various argument and return value types. Most of the tests are structured as 'echoXXX' methods where XXX is a type sent as the argument and returned from the invocation. The client code verifies that the object received from the server has the same structure and contains the same data as the object sent in the request
Client-side code: Browse  Download
Server-side code: Browse  Download
Run example:
Key points:
  • The test suite is designed to be easily extensible. Additional test-cases can be added to the existing test categories
  • This example is a good litmus test for ensuring that a certain behavior works as expected