James,

thanks for answering. The simple reason is that the interface was defined like this. The client has already been written but the server has not. If this would not be possible, the interface definition would need to be adjusted and the client changed. The client is written in Python and with the "xmlrpclib" module in Python there is no such limitation.


Markus

James Dumay schrieb:
Oh sorry, I didn't read this correctly (thats what you get for emailing when 
your up late).

I don't think thats possible - any particular reason this is needed?

James

----- Original Message -----
From: "Markus Meyer" <me...@mesw.de>
To: xmlrpc-dev@ws.apache.org
Sent: Wednesday, April 22, 2009 10:21:46 PM GMT +10:00 Canberra / Melbourne / 
Sydney
Subject: Renaming XML RPC functions

Hi everyone,

can I rename XML-RPC functions so they appear without the class name? For example, to execute the "add" function in the "Calculator" class from the tutorial, a XML-RPC client has to call "Calculator.add" instead of just "add". I need to implement a server which uses function names without the class name. Can I change this so the client only has to call "add"?

Thanks in advance!

Regards
Markus


Reply via email to