Refactoring Ever: Consuming SOAP Webservices in Ruby
I know that’s not very common to use SOAP in Ruby, but this week i needed to consume and came across a gem Savon, a library in ruby very simple and easy to use, maintained by Daniel Harrington.
Install Savon
The Savon is available at RubyGems, to install, you can just run the command…