XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> XML and Python Tutorials, SOAP Tutorials, Python Implementations, XML-RPC Tutorials -> XML-RPC: It Works Both Ways

XML-RPC: It Works Both Ways

Date: Jun. 28, 2001
Link: http://www.onlamp.com/pub/a/python/2001/01/17/xmlrpcserver.html
Source Author or Organization: Dave Warner, Python DevCenter, O'Reilly ONLamp.com

This tutorial begins with an inside look at how Fredrik Lundh's xmlrpclib Python module uses the "dumps" and "loads" methods to convert native Python objects into XML and back.

The author demonstrates utilizing xmlrpclib to build an XML-RPC server and ends with a discussion of some interesting current uses of XML-RPC that includes why the maturation of SOAP does not necessarily mean the end of XML-RPC.