[cvs] [Wiki] changed: XmlRpcPythonHowTo

Chuck Hagenbuch chuck at horde.org
Mon Feb 11 20:52:32 UTC 2008


chuck  Mon, 11 Feb 2008 15:52:32 -0500

Modified page: http://wiki.horde.org/XmlRpcPythonHowTo
New Revision:  1.2
Change log:  update note on SOAP

@@ -3,9 +3,9 @@
 You can easily use Python to communicate with Horde through XML/RPC. Recent
versions of Python have a built-in library "xmlrpclib" which even supports
SSL (the "https://" protocol) and authentication! Below you find an example
which accesses Kronolith's API to enumerate and download calendars. You can
do similar things with other Horde modules.

 Look at the //modulename/lib/api.php// files in the Horde distribution to
see which APIs you can use.

-Note regarding SOAP: it is also possible to communicate with Horde's SOAP
API using the Python library "SOAPpy", but the SOAP support in Horde does
not seem to be fully complete (see the following ticket for more
information: http://bugs.horde.org/ticket/?id=5046)
+Note regarding SOAP: it is also possible to communicate with Horde's SOAP
API using the Python library "SOAPpy", but SOAP doesn't offer any inherent
advantages over XML-RPC when dealing with Horde's API.

 <code type="python">
 #
 # Horde XML-RPC with Python Example


More information about the cvs mailing list