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