How can I call a python method from the XML-RPC client in Java?

evelyne0510 at gmail.com evelyne0510 at gmail.com
Thu Apr 20 14:31:23 EDT 2006


Hi all,
    I have created a XML-RPC model (with server and client) written in
Java.
    I want to call the methods in another XML-RPC model written in
Python.
    I know that in Java, I can use like
"xmlrpc_client.excute("handler_name.method", param)" to call the
methods in my xml-rpc server written in java.
   But how can I call the methods in Python? I cannot creat a handler
in my Python XML-RPC server.....

    Is there anyone able to help me? I would be very appreciate!
    Thanks!

Evelyne




More information about the Python-list mailing list