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

Additional namespace declaration attributes in envelope #801

Merged
merged 3 commits into from
Jan 13, 2022

Conversation

ZokiPokiMk
Copy link
Contributor

Added new option AdditionalEnvelopeXmlnsAttributes
when:
opt.AdditionalEnvelopeXmlnsAttributes = new Dictionary<string, string>() { {"arr","http://schemas.microsoft.com/2003/10/Serialization/Arrays" } };
writes xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays" in envelope:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">

@kotovaleksandr
Copy link
Member

Hi @ZokiPokiMk Thanks for contribution! Please add unit tests and update readme.md

@kotovaleksandr kotovaleksandr merged commit a7e7eed into DigDes:develop Jan 13, 2022
@kotovaleksandr kotovaleksandr mentioned this pull request Feb 4, 2022
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 this pull request may close these issues.

2 participants