-
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
Savon doesn't import namespaces correctly #469
Comments
For reference, this is an example of a request that is produced by Savon:
|
Accidentally closed the issue... |
sorry for the late response! your wsdl defines some xml schema imports which savon 2.x does not follow. so it doesn't know about the types and their namespaces. and even if it would, this problem is related to a larger issues with the currently very simple wsdl parser. this will eventually be solved by version 3, but you should still be able to create a request by tweaking the defaults savon uses to create the request via options. if you followed the documentation and this is still an issue, please let me know. |
I was indeed able to get it working by setting a number of options. I look forward to version3! |
@dnjstrom |
Savon doesn't seem to import the namespaces:
correctly for the following wsdl:
Instead I get the namespace:
which isn't really used in the request.
An example request that I'm trying to create would be the following:
The text was updated successfully, but these errors were encountered: