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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to