XML-RPC implementations.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 07 Jan 2013 23:18:35 +0200
changeset 1451 f85370e9a785
parent 1450 e39ad9b6224a
child 1452 a21709f16299
child 1453 26085615bf98
XML-RPC implementations.
xml-rpc.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml-rpc.rst	Mon Jan 07 23:18:35 2013 +0200
@@ -0,0 +1,35 @@
+.. -*- coding: utf-8; -*-
+.. include:: HEADER.rst
+
+==========
+ XML-RPC.
+==========
+.. contents::
+
+XML-RPC spec.
+=============
+
+  http://xmlrpc.scripting.com/spec.html
+                Official specs for XML-RPC.
+  http://tldp.org/HOWTO/XML-RPC-HOWTO/
+                XML-RPC HOWTO.
+
+C libraries.
+============
+
+ * http://xmlrpc-c.sourceforge.net/
+
+Python libraries.
+=================
+
+  http://docs.python.org/2/library/xmlrpclib.html
+                Standard Python xmlrpclib module.
+
+Java libraries.
+===============
+
+  http://ws.apache.org/xmlrpc/
+                Apache implementation (org.apache.xmlrpc.*).
+  http://xmlrpc.sourceforge.net/
+                redstone.xmlrpc.* implementation.
+