Ruby-SForce-xmlrpc

What is Ruby-SForce-xmlrpc?

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.

Documents

Look for comments in sforce.rb, and see example01.rb.

Requirements

Download

Install

Usage

    s = SForceConnection.new  
    result = s.login("user@company.com","password",false)
    result = s.describe

TODO

Acknowledgements

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.