|
From: <ci...@on...> - 2022-03-10 21:59:33
|
Hi John, I can only give you some pointers: It's probably best you look at the source code of XMLRPCServlet and its base class RPCServlet - it's actually very small and easy to understand. Also, have a look at the XMLRPCExample for how to use this, and the Python documentation for xmlrpc.client here: https://docs.python.org/3/library/xmlrpc.client.html Christoph |