From: Eric Hodel Date: 2009-08-14T03:15:11+09:00 Subject: Re: SOAP access Ruby On Aug 13, 2009, at 07:53, Gabriel Policiuc wrote: > > It was because I need it to force it to use the gem and not the ruby > api. at least this is what I think. > > I have used this. Weird but it works. > > require 'rubygems' > gem 'soap4r' > require 'soap/wsdlDriver' > require 'soap/header/simplehandler' This is correct.