python client call Java server by xmlrpc
fan.ding1 at kodak.com
fan.ding1 at kodak.com
Thu Jan 22 03:15:59 EST 2015
Hi all
I have xmlrpc server written in Java, and it has a method like
Fun( vector, vector), the vector is array of user-defined object, which is
a class extends HashMap.
And I call it like:
server = xmlrpclib.ServerProxy("http://myserver")
server.Fun( [ {"0.5":0.1}], [ ] )
It always fails with error
'No method matching arguments: , [Ljava.lang.Object;, [Ljava.lang.Object;
'
Does anyone use this before? It troubles me some days.
Thanks a lot.
Diana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150122/0e0ec976/attachment.html>
More information about the Python-list
mailing list