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
aj2taylo2aj2taylo2 

Sample Web Service Call in Rails

Can anyone point me to a sample call to custom webservice (on Force.com) made from Rails?

 

I have found some samples to connect via Oauth and query data, but I'm looking more to integrate with a custom web service (i.e. pass in a couple strings to the webservice, and have it return a boolean/integer/whatever).

 

I've done this in PHP before (exporting the wsdl to the external server), but haven't found samples on how to do it in Rails.