Skip to content

Instantly share code, notes, and snippets.

@xenda
Created June 6, 2012 17:51
Show Gist options
  • Save xenda/2883548 to your computer and use it in GitHub Desktop.
Save xenda/2883548 to your computer and use it in GitHub Desktop.
require "xmlrpc/client"
server = XMLRPC::Client.new( "TU DOMNIO", "TU ENDPOINT")
result = server.call("JOJOJO", 1, 3)
puts result.inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment