PDA

View Full Version : JSON-RPC working example



melon
May 21st, 2010, 15:17
Hi,

I'm aware of working Flex demo application (that uses JSONRPC), but despite of this:

Could you provide a (even short) working example for JavaScript client <-> RS server using remote procedure call using JSON-RPC?

I'm having some general difficulties here, so working example would be extremly handy while spotting my own mistakes.

Thaks in advance,

yours,
Michal

ak
May 21st, 2010, 15:29
Hi Michal,

RealityServer 3.0.2 has been shipped with web service client library for Flex clients only, however there will be a web service client library for Javascript applications in near future.

Of course you can build JS application (like the 3.0. JS tutorial applications) already now, but they will not support JSONRPC.

ak
August 18th, 2010, 15:20
FYI: a new RealityServer version, that includes a JavaScript web service client library has been released today (http://forum.mentalimages.com/showthread.php?t=6842).

melon
August 23rd, 2010, 09:49
Good news, thanks for information.