-
Notifications
You must be signed in to change notification settings - Fork 83
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
Wasabi does not handle wsdl import #1
Comments
you're right, wasabi doesn't follow import statements. it's something i'm working on from time to time, but it's not ready yet. |
Yeah, I have a wsdl that defines import inside of |
unfortunately no. a decent wsdl parser is not that hard to write, but parsing the xs schema is kinda difficult. |
Thanks for the good work. Emeka On 17 February 2012 13:00, Daniel Harrington
|
still no decent support for imports. if anyone wants to give it a go ... |
+1 |
master contains a major rewrite which is not done yet, but already supports wsdl imports. xml schema imports should be supported soon. if you can, please give it a try. i updated the readme to reflect the new interface. |
Is import expected to work when the wdsl is a local file and contains a location such as:
I get I'm using the latest master branch. |
@krisleech the first step only supports fully qualified import locations. i haven't found any information about whether relative URL's are even valid. if they are, it would be good to have a specification for it. ps. i'll add it to the todo-list. |
I don't know nearly enough about SOAP to know if rel URL's are legit, just that my WDSL has them :) Luckily our client decided not to use the SOAP API in question after discussing the alternative options (JRuby + something). I've used Savon before, its been a life saver, so thanks for taking the time! |
thanks @krisleech |
Hi,
I have the following wsdl document:
It imports an other wsdl file called 'vboxweb.wsdl' which is located in the same directory and which contains all the type and message definitions.
Unfortunately, the imported file is not handled by wasabi.
Regards,
Emeka
The text was updated successfully, but these errors were encountered: