-
Notifications
You must be signed in to change notification settings - Fork 82
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
input_for in parser.rb raising NoMethodError #11
Comments
soapUI probably has the best wsdl/xsd parser i've ever seen. so i'm not surprised that it works :) could you let me know which versions of savon and its direct dependencies you're using? |
I initially ran into the issue using savon 1.1.0, and then tested it directly with wasabi 2.5.0 (which was using nokogiri 1.5.4) and got the same result. Thanks! |
thanks for the effort you put into this, but i fear the solution for this is not that easy. i just downloaded your original the problem here is, that the current parser does not support imports and therefore can't handle the wsdl. ps. there's an open issue #1 to track the progress of this feature. |
Sounds good to me. Thanks! |
I'm getting the following error:
When calling pretty much any method on a document object (namespace, soap_actions, operations, etc). Here is the WSDL that causes the problem: http://sudbury.production.its4mobility.com/Tmix.Cap.Ti/1.3.4/TrafficInformationService.svc?wsdl
I'm not overly familiar with WSDL, but SOAPUI is having no problems parsing it.
Thanks!
The text was updated successfully, but these errors were encountered: