- Fix: #23 ignore extension base elements defined in imports.
- Updated to HTTPI 2.0 to play nicely with Savon 2.0.
-
Fix: #14 fixes an issue where finding the correct SOAP input tag and namespace identifier fails when portTypes are imported, since imports are currently not supported.
The bug was introduced in v2.2.0 by 583cf6.
-
Refactoring: Removed
Object#blank?core extension.
- Fix: #10 fixes an issue where Wasabi used the wrong operation name.
- Fix: rubiii/savon#296 fixes an issue where the WSDL message element doesn't have part element.
- Feature:
Wasabi::Documentnow accepts either a URL of a remote document, a path to a local file or raw XML. The code for this was moved from Savon over here as a first step towards supporting WSDL imports.
- Improvement: #3 adds object inheritance.
- Improvement: #5 - Get input from message
element or portType input. See rubiii/savon#277
to get the full picture on how this all works together, and enables you to pass a single
symbol into the
Savon::Client#requestmethod and get automatic namespace mapping, as well as the proper operation name -> input message mapping.
- Fix: issue 7 - Performance regression.
-
Improvement: The value of elementFormDefault can now be manually specified/overwritten.
-
Improvement: issue 2 - Allow symbolic endpoints like "http://server:port".
- Feature: Wasabi can now parse type definitions and namespaces. Thanks to jkingdon for implementing this.
- Initial version extracted from the Savon library. Use it to build your own SOAP client and help to improve it!