Hi,

We are following the JSONRPC protocol (See a drfat spec at [1]). We don't have the support for HTTP GET yet. From the spec, you can only send simple types (not objects) as GET parameters. Are you interested in helping out?

Thanks,
Raymond

[1] http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html

--------------------------------------------------
From: "Skip Schuler" <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2008 2:44 PM
To: "tuscany-user" <[email protected]>
Subject: JSON with HTTP GET?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to