Hi all,
I'm playing with the sample-helloworld-jsonrpc-webapp sample. It has a nice
AJAX feel to it, and it works great on my Tomcat instance. And with Firebug
in Firefox I can see the protocol. I.e. it submits some HTTP POST messages
like this:
{"id": 2, "method": "Service.getGreetings", "params": ["World"]}
I'd like to call the JSON service using HTTP GET. I.e. I have an application
that doesn't use javascript, and was hoping to do this by building a URL
with parameters.
Is this possible? If yes, what would this URL be?
Thanks,
Skip