Just a little tool, which may be helpful. A test application for remoting services.

Remoting Tester

Use it like this:

  1. enter URL and ServiceName
  2. click connect
  3. 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])
  4. click call
  5. watch the returned values from your webservice

Download

Credits:

References:

For a more detailed view of what’s happening behind the scenes, I recommend the web debugging proxies Charles and ServiceCapture