Changes between Version 46 and Version 47 of XML-RPC


Ignore:
Timestamp:
Jul 11, 2009, 5:31:25 PM (15 years ago)
Author:
David Fischer
Comment:

Added another library that does xmlrpc, but this one also does jsonrpc!

Legend:

Unmodified
Added
Removed
Modified
  • XML-RPC

    v46 v47  
    112112I wrote up a small how-to on how to test your XML-RPC views using [http://www.djangoproject.com/documentation/testing/#the-test-client the Django test client] as an XML-RPC transport: [http://www.technobabble.dk/2008/apr/02/xml-rpc-dispatching-through-django-test-client/]
    113113 -- Christian Joergensen
     114
     115----
     116
     117Using the SimpleXMLRPCDispatcher above and integrating it with a JSONRPCDispatcher, I created a Django application that can handle both XMLRPC and JSONRPC requests. It uses a customizable Django template for self-documentation.
     118
     119- [http://pypi.python.org/pypi/rpc4django rpc4django]
     120- [mailto:rpc4django@gmail.com David Fischer]
Back to Top