Savon v0.6.8 Release Notes

Release Date: 2010-01-01 // over 14 years ago
    • ๐Ÿ‘Œ Improved specifications for various kinds of WSDL documents.

    • โž• Added support for SOAP endpoints which are different than the WSDL endpoint of a service.

    • ๐Ÿ”„ Changed how SOAP actions and inputs are retrieved from the WSDL documents. This might break a few existing implementations, but makes Savon work well with even more services. If this change breaks your implementation, please take a look at the action and input methods of the Savon::SOAP object. One specific problem I know of is working with the createsend WSDL and its namespaced actions.

      To make it work, call the SOAP action without namespace and specify the input manually:

        client.get_api_key { |soap| soap.input = "User.GetApiKey" }