PyMOTW: SimpleXMLRPCServer

The SimpleXMLRPCServer module contains classes for creating your own cross-platform, language-independent server using the XML-RPC protocol. Client libraries exist for many other languages, making XML-RPC an easy choice for building RPC-style services.

Read more at pymotw.com: SimpleXMLRPCServer