The thing that jumps out at me in this one is that you are using an xmlrpc client, yet your URL is calling jsonrpc. Change the client connection string to:
http://127.0.0.1:8000/api/default/call/xmlrpc
The thing that jumps out at me in this one is that you are using an xmlrpc client, yet your URL is calling jsonrpc. Change the client connection string to:
http://127.0.0.1:8000/api/default/call/xmlrpc