I do not understand the people who prefer Savon to Soap4r.
How can I get the attributes of the returned object in a Savon response? With soap4r it's as clean as invoking a getter!
Apparently, in Savon I need to explicitly parse the response and walk the response_hash. This is way worse than the soap4r approach. Am I getting something wrong, or is Savon just a worse-quality soap4r?
edit: this question was due to savon not properly supporting multi_ref responses, as stated in an answer comment.