> Hi,
>
[quoted text clipped - 14 lines]
>
> TIA.
Take a look at the dojo client side implementation of json-rpc:
http://dojotoolkit.org
Json, as I understand, does not use XML or SOAP formated requests, but
has its own encoding for serializing java objects as strings.
This makes it lighter (less wraparound code).
Since it uses the javascript eval function, returning a string with
paired values makes it easier to parse (not having to remove XML tags
and so on).

Signature
Texeme Construct