Savon v0.7.6 Release Notes

Release Date: 2010-03-21 // about 14 years ago
    • ๐Ÿ“š Moved documentation from the Github Wiki to the actual class files and established a much nicer documentation combining examples and implementation (using Hanna) at: http://savon.rubiii.com

    • โž• Added Savon::Client#call as a workaround for dispatching calls to SOAP actions named after existing methods. Fix for issue #48.

    • โž• Add support for specifying attributes for duplicate tags (via Hash values as Arrays). Fix for issue #45.

    • ๐Ÿ›  Fix for issue #41.

    • ๐Ÿ›  Fix for issues #39 and #49. Added Savon::SOAP#xml which let's you specify completely custom SOAP request XML.