Sha256: 494b3f465598339658a87faf21a33e2eb4f1377f0ac73f221f7584fccc0f8ef8

Contents?: true

Size: 927 Bytes

Versions: 4

Compression:

Stored size: 927 Bytes

Contents

First install the latest versions of http-access2 and soap4r (including
the wsdl2ruby.rb script).

The included files are for the sforce partner WSDL file.  The intent is
to make this suffice for all environments, but in case you need to
modify the default.rb and defaultDriver.rb file for your particular
site's enterprise WSDL, the process is as follows:

Download your wsdl file from the salesforce site (partner or
enterprise wsdl okay).

Then run the following command:

    wsdl2ruby.rb --classdef --driver --wsdl <downloaded file>

This will create two files: <tt>default.rb</tt> and
<tt>defaultDriver.rb</tt>.  The former contains the class definitions
you will need to interface with the SForce API, and the latter contains
the lower level SOAP drivers.

You will also need a ca.pem and soap/property file to get ssl to work
(the included ca.pem came from [NaHi's example](http://dev.ctor.org/soap4r/changeset/1605)).

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
aq1018-rforce-0.5.2 wsdl/README.txt
aq1018-rforce-0.5.1 wsdl/README.txt
DerGuteMoritz-rforce-0.4.2 wsdl/README.txt
rforce-raygao-1.0.0 wsdl/README.txt