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

XmlSerializer: Empty <xsd:import /> tag in generated WSDL #1022

Closed
vidrenning opened this issue Feb 26, 2024 · 0 comments · Fixed by #1023
Closed

XmlSerializer: Empty <xsd:import /> tag in generated WSDL #1022

vidrenning opened this issue Feb 26, 2024 · 0 comments · Fixed by #1023

Comments

@vidrenning
Copy link
Contributor

vidrenning commented Feb 26, 2024

This is an issue that got introduced by my commit for #1014. Sorry about that!

In that commit I wanted to remove the line <xsd:import namespace="http://schemas.datacontract.org/2004/07/System" /> from the generated WSDL. However in the actual commit, I only removed the namespace="http://schemas.datacontract.org/2004/07/System" part, so an empty <xsd:import /> tag remains in the WSDL.

It turns out that this throws off some third party SOAP parsers, so it is better to remove it.

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

Successfully merging a pull request may close this issue.

1 participant