Writing SOAP clients in Ruby

I need to write a bunch of tests that will drive a remote server via
SOAP
requests. No Rails involved. What are the suggested libraries that I
should use? Any good pointers to doing SOAP requests in Ruby?

– Matt
It’s not what I know that counts.
It’s what I can remember in time to use.

Hi Matt,

I’d recommend taking a look at Savon: http://savonrb.com/

Cheers,

Ryan