Ruby-SForce-xmlrpc is an XML-RPC client for SForce.com API (SalesForce.com is a web-based CRM (Customer Relations Management) system). The API allows adding/managing contacts, accounts, etc.
Look for comments in sforce.rb, and see example01.rb.
s = SForceConnection.new
result = s.login("user@company.com","password",false)
result = s.describe
This project is sponsored by Neprhos,Inc.
Thanks to Michael Neumann for his xmlrpc4r [RAA | link](XML-RPC for Ruby) library, and for his help on this project.