Hello,

we need to write some code against the amiando xml-rpc api:

http://developers.amiando.com/index.php/XML-RPC

The simple question is, how to do it. Can we use spring for it at all? Where do we start best our efforts?
- Remoting?
- MVC/REST?
- WebService?

Or should we use something like Apache XML-RPC?

Thanks!