In my website I need to configure the REST, XML-RPC, SOAP servers.
REST: I have used the FriendsOfSymfony REST bundle
SOAP: PHP SOAP used (doc from symfony website
XML-RPC: I have planed to use the Zend XmlRpc
How to configure the Zend XmlRpc server in Symfony?
Any useful links with step by step configuration?
Or any other XML-RPC which can be used with symfony
Thanks in advance, SVN
I have used zend xmlrpc with symfony
composer.json
config.yml
routing.yml
controller
MyTestService