Hi, I'd be happy to help with what I can. If you can give me pointers, I can try to help out.
Regards, Skip On Fri, Mar 28, 2008 at 3:05 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > 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] > >
