I have tried the savon gem and it works fine.

Unfortunately, I cannot use it for the actual application as we cannot use Nokogiri. I looked at soap4r and it seems to be very old. I also looked at handsoap and have yet to fully test it for my service.

Could someone please share any other gem to consume a SOAP web service using Ruby, without relying on Nokogiri?

link|improve this question

42% accept rate
Unfortunately I cannot help but would you mind to explain why you can't use Nokogiri? – Steffen Roller Dec 24 '11 at 16:29
We need to embed the application on a mobile device and Nokigiri seems to be having several dependench gems with it. We are using Rhomobile. If we have thin SOAP client, that would make our life easier – vinothini Dec 26 '11 at 5:22
feedback

1 Answer

You may have luck with one of the more actively maintained soap4r forks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.