Re: jsonrpc working example

2007-06-14 Thread Dushyant Sharma
here is what i am doing server code from jsonrpc import handleCGI, ServiceMethod from django.core import serializers @ServiceMethod def hello(msg): json = serializers.serialize("json",msg)# initially i tried return(msg)only but i was getting error JSONDecodeException at /c/ testhe

Re: jsonrpc working example

2007-06-14 Thread Kenneth Gonsalves
On 14-Jun-07, at 6:00 PM, Dushyant Sharma wrote: > has any body used jsonrpc with django if yes kindly help me > here is how to use it but i cant use it with django facing problems would be helpful if you stated what you tried and what the errors were -- regards kg http://lawgon.livejournal.

jsonrpc working example

2007-06-14 Thread Dushyant Sharma
has any body used jsonrpc with django if yes kindly help me here is how to use it but i cant use it with django facing problems http://json-rpc.org/wiki/python-json-rpc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups