Recently I was entrusted with a project which required me to setup a XML-RPC services server on an installation of CakePHP. I could not find an implementation that would suit my needs so I thought about embarking on this adventure on my own. This implementation is beautifully simple and one more example of extending Cake’s power. I have tried to enumerate the implementation in a few steps. I hope it will be easy for everyone to follow.
Please read my tutorial at: http://bakery.cakephp.org/articles/view/simple-xml-rpc-services-implemen…