savonrb / wasabi

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

Namespace enhancements #57

Closed RickSnyder closed 1 month ago

RickSnyder commented 9 years ago

When two complex types with the same name are defined in different namespaces, the parser clobbers one type with the other. The code provided in this PR aims to segment the declared types by namespace so as to distinguish the distinct types and give the appropriate context within the proper namespace.

mshytikov commented 8 years ago

I run to the same problem. @RickSnyder thank you for the PR 👍 works for me.

pcai commented 1 month ago

thanks