Hi -- I've got a class called SF::SOAP that gets defined at
/lib/wsdl/sandbox/defaultDriver.rbIt is defined like:

  module SF
    class SOAP
      # ...
    end
  end

How do I include this in my Rails app so that I can (for instance) call
SF::SOAP.new without getting an unintitialised constant (for SF) error?
I've tried direct requires, adding to the config.load_paths in the
environment files, adding to the $: array, all to no avail.
I did something similar years ago, but I'm damn'ed if I can remember
how, so any help would be very gratefully received.
Cheers,
   Doug.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NWRUG" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/nwrug-members?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to