Release 2.0.0
This release tries to fix some major bugs and introduces backward incompatible changes.
The complex type list will contain now exactly same types used when doing an actual SOAP request
Same for when listing the soap actions ( the return type and parameters ).
Initially the way the complex types were shown on the page was not correct, because it was not reflecting the actual way the SOAP action receives its arguments when doing an actual SOAP request to that controller
The main issue was not handling correctly the classes that are inheriting from WashOut::Type.
This release tries to fix those issues.
Note: Only internal methods have been changed. The configuration has not changed. So in order to upgrade to this new version, just update the version in your Gemfile/gemspec file