-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0 #27
Comments
fyi: i renamed |
removed |
unfortunately, these specs come with a lot of schema fixtures.
Since Wasabi only does GET requests, it only needs a very simple interface for sending HTTP requests which works great with testing and allows you to use any HTTP client via a very simple adapter. see spec/support/http_mock.rb for an example.
this supports multiple explicit and implicit header parts and it works the same as the request body. renamed the accessor for the http headers from #headers to #http_headers to separate it from the new Operation#header method for specifying the soap header to send. /cc savonrb/wasabi#27
pushed what's supposed to become savon 3.0 to github! please give it a try and let me know if it works for you! |
example Hashes contain attributes prefixed with _ (underscore). the @-sign would be more natural for this, but it doesn't work with the new ruby 1.9 hash syntax. /cc savonrb/wasabi#27
please be aware, that for the response Hash, we currently still use Nori. and that will change! |
the new code for wasabi will be integrated into savon version 3. please subscribe to savonrb/savon#473! |
There's a lot of stuff I want to hack on for 4.0, so here's my TODO list:
:order!
hack.This list is far from complete and constantly updated. If you feel like anythings missing, please let me know.
Major changes are also added to the CHANGELOG and the README should reflect the interface changes.
The text was updated successfully, but these errors were encountered: