Hey Markus, I wrote a wrapper around the XML-RPC client for these purposes.
http://fagonfoss.com/blog/2009/02/consuming-xml-rpc-services-with-pojos/ Have a look at the following source to see how you can implement it: http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-web/archiva-xmlrpc/ Cheers 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