[rabbitmq-discuss] problems with parameters in jsonrpc

Emile Joubert emile at rabbitmq.com
Wed Mar 23 15:12:37 GMT 2011


Hi,

On 23/03/11 14:24, mysurf mail wrote:
> using rpc json client and server,
> I can call a function only with null value in the parameters.
>
> otherwise the reflection doesnt seem to work.
> any idea ?

Are your parameters properly JSON-serialisable? If null is the only 
value that works then it is possible that the serialisation has failed.

The Java client example directory has code that illustrates how to use 
JSON RPC - see HelloJsonServer and HelloJsonClient.

Regards

Emile


More information about the rabbitmq-discuss mailing list