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

Fix #986 do not include xmlns namespace from WSDL #989

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

nathansamson
Copy link
Contributor

What kind of change is this?

Bugfix for #986

Did you add tests for your changes?

Changed test
Summary of changes

Exclude xmlns coming from WSDL as this causes issues for some servers, and is genreally not needed

Other information

Not yet checked with my server implementation but intend to do so soon

@nathansamson
Copy link
Contributor Author

Checked this on server that was giving me issues before and I can confirm this fixes my issue

@pcai
Copy link
Member

pcai commented Dec 15, 2022

Need to investigate why the tests are now failing

@pcai
Copy link
Member

pcai commented Dec 15, 2022

ok it appears to be failing on master too, I confirmed this was due to a recent release of mail 2.8.0 which broke a test, this is now fixed. This can merge once everything is confirmed green with that fix

Edit: This worked locally with the patch from main applied. Thanks!

@pcai pcai merged commit fc54703 into savonrb:master Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants