Anyone using web2py as the web service and then consuming the service via json-rpc in C#? I imagine this is possible, but seem to have quite some time trying to get this to work.
I'm using jayrock as my json-rpc C# parser and setting the url to the service to be my exposed web2py service but can't seem to get the data. I'd be interested to know if anyone is doing something similar. Thanks. -m

