savonrb / wasabi

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

Support XML Inheritance #3

Closed skiz closed 12 years ago

skiz commented 12 years ago

Without this patch, object inheritance is not supported and any inheritance based objects are not available in the provided type definitions. I have includes specs and an example fixture to further support this functionality.

skiz commented 12 years ago

It looks like savon is having issues with this change, I am currently investigating a resolution.

skiz commented 12 years ago

This issue was due to the position of parents occuring further down the XML than the children. Confirmed now passing with savon.

rubiii commented 12 years ago

thank you very much josh! just released it as v2.3.0.