Savon v0.9.6 Release Notes

Release Date: 2011-07-07 // almost 13 years ago
    • ๐Ÿ‘Œ Improvement/Fix: Updated Savon to use the latest version of Wasabi. This should fix issue 155 - Savon can automatically add namespaces to SOAP requests based on the WSDL. Users shouldn't need to do anything differently or even notice whether their WSDL hits this case; the intention is that this will "Just Work" and follow the WSDL. The SOAP details are that if elementFormDefault is specified as qualified, Savon will automatically prepend the correct XML namespaces to the elements in a SOAP request. Thanks to jkingdon for this.

    • ๐Ÿ›  Fix: issue 143 - Updating Wasabi should solve this issue.