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

2006-04-23 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > 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 i

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

2006-04-21 Thread Eric Brunel
On 20 Apr 2006 11:31:23 -0700, <[EMAIL PROTECTED]> wrote: > 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("han

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

2006-04-20 Thread Johnny deBris
[EMAIL PROTECTED] wrote: > 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

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

2006-04-20 Thread evelyne0510
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 writt