Changes between Version 46 and Version 47 of XML-RPC
- Timestamp:
- Jul 11, 2009, 5:31:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XML-RPC
v46 v47 112 112 I 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/] 113 113 -- Christian Joergensen 114 115 ---- 116 117 Using 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]