From: Brian Candler Date: 2010-05-11T17:55:26+09:00 Subject: Re: Need help using Savon gem! (SOAP) ghettoiam wrote: > Previously I was using > SOAP::WSDLDriverFactory and was succesfully using the service, but > inside a rails application it could not find the "SOAP" module. What was the exact error and the line which caused it? I would expect the solution to be just something like require 'soap4r' at the top of your controller. If you have code which is happily running outside rails, then IMO your best bet is to get it to work inside rails, rather than switching to a completely different library (which probably will suffer the same problem) At very worst you could set up a DRb service which does the SOAP work, and call it from your Rails app. But I don't think that will be necessary. -- Posted via http://www.ruby-forum.com/.