From: Galen Palmer Date: 2010-09-21T03:16:52+09:00 Subject: Re: Ruby SOAP Bug? S2 wrote: > Greg Lazarev wrote: > >> OK, I was able to solve this by using the soap4r gem. All I did was >> added: >> >> gem 'soap4r' >> >> line to the top of my code. > > Great. Thanks for sharing. I apologize in advance for a dumb question, but in a Rails 2.3.x environment. Where should the property file go? And, when you say: soap/property Is it supposed to be a file called "property" in a directory called "soap" under "lib" ? e.g. PROJECT_ROOT/lib/soap/property ? -- Posted via http://www.ruby-forum.com/.