Re: Returns values from XMLRpcServlet
[email protected] Thu, 10 Mar 2022 22:34:32 +0100
| Newsgroups | gmane.comp.python.webware |
|---|---|
| Message-ID | <[email protected]> |
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