savonrb / wasabi

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

Update parser.rb for WSDL without binding tags #69

Open mrebersv opened 7 years ago

mrebersv commented 7 years ago

Update XPATH search in parser.rb for WSDLs without binding tags. WSDLs without Binding tags surrounding the operations don't work. This change fixes that. However, if there were a situation where there were two sets of "operation" elements in a given WSDL with one set outside of the binding tags, this would still get all of those. I'm not sure that would actually ever happen nor that it would ever actually be undesirable.