-
Notifications
You must be signed in to change notification settings - Fork 615
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
Can not get it to work (xsd import within the wsdl) #624
Comments
Doesn't seem to be jruby specific as I recreated it with ruby 1.9.3p547. This makes me think it's something with https or the wsdl. I did utilize the wsdl with soapUI. Note that the schema is not embedded in the wsdl, but is imported. #Section importing schema
Here's irb showing the same behavior with mri
|
And the documentation helps me solve this.... Savon currently does not support WSDL imports, so in case your service imports its type definitions from another file, the element_form_default value might be wrong. ... |
Hey @messinadm I'm sorry you had to go to such great lengths to discover that this doesn't currently work in Savon. Based on the amount of support requests we get to do this, it would be really awesome to fix this. Alas, the reality is that I don't have enough time to do it myself, and the feature is large enough that none of the people that have started to fix it ever made enough progress to consider it "fixed" and submit a pull request. Honestly, I'd be happy to get partial support for WSDLs with imports. |
I'm getting a similar error as closed issue 549 (#549)
After following the relevant links, it looked to me as if the fix from 549 shouldn't be affecting the versions I'm using. Another difference I notice is my wsdl is behind https vs http.
Would greatly appreciate any thoughts on this.
The text was updated successfully, but these errors were encountered: