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

Error reading WSDL document binding element #130

Closed
raiis opened this issue Jan 6, 2011 · 4 comments
Closed

Error reading WSDL document binding element #130

raiis opened this issue Jan 6, 2011 · 4 comments

Comments

@raiis
Copy link

raiis commented Jan 6, 2011

When trying to read WSDL document where are two binding elements, and second binding element is formatted like:

< binding name="..." type="..." xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" />

rails raise "undefined method `starts_with?' for nil:NilClass" error, but if element is formatted like:

< wsdl:binding name="..." type="..." xmlns="http://schemas.xmlsoap.org/wsdl/" />
then document is loaded correctly.

So there is some problem reading element without wsdl: element namespace.

Whit this behavior can't call some soap services.

@rubiii
Copy link
Contributor

rubiii commented Jan 7, 2011

could you provide the complete document as a giest/pastie?

@raiis
Copy link
Author

raiis commented Jan 7, 2011

This won't work:
http://pastie.org/1436965

this will work:
http://pastie.org/1436967

@rubiii
Copy link
Contributor

rubiii commented Jan 22, 2011

should be fixed with issue 134 and will be released asap.

@rubiii
Copy link
Contributor

rubiii commented Jan 26, 2011

fixed with v0.8.4. please take a look at the CHANGELOG.

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

No branches or pull requests

2 participants