v0.9.0.beta.1
Pre-release
Pre-release
inossidabile
released this
08 Sep 10:30
·
174 commits
to master
since this release
include WashOut::Soap
has been replaced withsoap_service
- Configuration option
style
has been renamed towsdl_style
- You can now specify controller-level SOAP settings passing a hash to
soap_service
like this:
class FooController < ActionController::Base
soap_service namespace: 'test'
end