Flash Remoting Tester with JSON Input
Just a little tool, which may be helpful. A test application for remoting services.

Use it like this:
- enter URL and ServiceName
- click connect
- enter methodname & arguments in JSON file format (wrap all arguments in an array, eg. if you have two parameters a string and a boolean, it would look like this ["hello world", true])
- click call
- watch the returned values from your webservice
Download
Credits:
- Patrick Mineault modified JSON parser is used to parse the input arguments.
References:
For a more detailed view of what’s happening behind the scenes, I recommend the web debugging proxies Charles and ServiceCapture
1 Comment
Very cool tool. I needed something to test out Java delegates using a Flash tool, and since I’m a Java developer and not a Flash designer, I didn’t have a simple emulator at hand. This has done me well. Thanks!