function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jonc.ax191jonc.ax191 

Ruby gem for using SOAP API?

Is there a maintained Ruby gem for accessing the SOAP API?  Although I know SF dev well, I haven't done much Ruby and SF together, so I don't know all the gems out there.  Although I'd prefer to use the REST API or Bulk Data API, the REST API doesn't support batching and Bulk Data isn't available for PE orgs.  Therefore I'm left with SOAP.  Anyway, what gems have folks used to access the SOAP API with Ruby?
Ashish_SFDCAshish_SFDC
Hi , 


See the links below, should help you in the right direction, 

Getting Started with the Force.com Toolkit for Ruby

https://developer.salesforce.com/page/Getting_Started_with_the_Force.com_Toolkit_for_Ruby

Accessing Salesforce Data from Ruby

https://developer.salesforce.com/page/Accessing_Salesforce_Data_From_Ruby

Ruby Developer Resources

Ruby developers have several options for integrating Ruby-based systems with Force.com and Database.com.
RESTful APIs, such as the Force.com REST API, Bulk API, and Streaming API. See these API-specific pages for more information.
databasedotcom Ruby gem
This page is the primary topic page for using Ruby with Force.com and Database.com.

https://developer.salesforce.com/page/Ruby

Metaforce: A Gem for Accessing the Force.com Metadata API from Ruby

https://developer.salesforce.com/page/Metaforce:_A_Gem_for_Accessing_the_Force.com_Metadata_API_from_Ruby

ROR Gem Datebasedotcom

https://github.com/heroku/databasedotcom

Pivotal Labs, 

http://pivotallabs.com/ruby-salesforce-happy-developers/

Restforce Ruby Gem for Salesforce.com

http://blog.jeffdouglas.com/2013/01/08/restforce-ruby-gem-for-salesforce-com/

Salesforce Gem for Rails 3.1

http://stackoverflow.com/questions/8573914/salesforce-gem-for-rails-3-1


Regards,
Ashish