If you want to use the rails project as a server, try this stone: rails-xmlrpc
If you want your project to connect to the xmlrpc server, here is an example:
require 'xmlrpc/client'
server = XMLRPC::Client.new2("http://localhost:3000/api/xmlrpc")
server.call("Namespace.method_name")
source
share