The methods being invoked can be found in TestService.cs
These examples use HTTP GET to make the JsonRpc request. I recommend Fiddler2 to peek at http traffic.
An example of a get request looks like:
/json.rpc?jsonrpc={'method':'internal.echo','params':['Echo%20This'],'id':2}