Thank you. calling http://127.0.0.1:8000/app/default/call/xml/rpctest does display an xml response (I added both @service.xml and @service.json), however, hitting http://127.0.0.1:8000/app/default/call/json/ with the client I get a 404 response with "Object does not exist". :-/
On May 7, 3:23 pm, mdipierro <[email protected]> wrote: > Yes > > http://www.web2py.com/examples/default/tools#services > > Massimo > > On May 7, 2:43 am, desfrenes <[email protected]> wrote: > > > Hello, > > > I saw the xml-rpc support for web2py via response.xmlrpc() but is > > there any json-rpc 1.0 support (response.jsonrpc())? > > > I already made a client module, and use it successfully with web > > services (see here:http://www.desfrenes.com/python-json-rpc), what > > would it take to add json-rpc 1.0 support ? > > > see you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

