savonrb / wasabi

A simple WSDL parser
MIT License
90 stars 84 forks source link

v4.0 #27

Closed rubiii closed 11 years ago

rubiii commented 11 years ago

There's a lot of stuff I want to hack on for 4.0, so here's my TODO list:

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.

rubiii commented 11 years ago

fyi: i renamed Wasabi#inspect to #to_hash for now. this might still change before the release.

rubiii commented 11 years ago

removed Wasabi#to_hash, but started to replace the legacy "schema type system".

rubiii commented 11 years ago

pushed what's supposed to become savon 3.0 to github! there's also some documentation that should get you started.

please give it a try and let me know if it works for you!

rubiii commented 11 years ago

please be aware, that for the response Hash, we currently still use Nori. and that will change! the response format should match the request format, so i'm going to "unify" those so people can re-use parts of a response for the next request.

rubiii commented 11 years ago

the new code for wasabi will be integrated into savon version 3. please subscribe to savonrb/savon#473!