Skip to content
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

Also handle the case where the WSDL has two bindings. #134

Merged
1 commit merged into from Jan 22, 2011

Conversation

jkingdon
Copy link
Contributor

I encountered a WSDL file which has two tags (one for SOAP 1.1 and one for SOAP 1.2).

When Savon 0.8.3 parses it, it blows up with

parser.rb:49:in tag_start': undefined methodstarts_with?' for nil:NilClass (NoMethodError)

The patch that's in this pull request contains a fix and (as part of the Savon specs), a stripped down version of the WSDL that caused the problem.

@rubiii
Copy link
Contributor

rubiii commented Jan 22, 2011

thanks!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants