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

Allow serialization of invalid xml characters #766

Conversation

andersjonsson
Copy link
Collaborator

Full framework Web Service allows weird control characters etc. in the xml output but XmlTextWriter doesn't by default.
Added Option "CheckXmlCharacters" (default true) to give control over CheckCharacters-property on XmlTextWriter

…nnot be modified.

Check if response.HasStarted, to avoid hiding of serialization exception
Full framework soap service allows serialization of invalid utf-8 characters so I thing soapcore should too
@andersjonsson
Copy link
Collaborator Author

If you merge this PR I'd appreciate a new nuget package

@kotovaleksandr kotovaleksandr merged commit 5b6386d into DigDes:develop Dec 1, 2021
@kotovaleksandr kotovaleksandr mentioned this pull request Dec 1, 2021
@andersjonsson andersjonsson deleted the allow-serialization-of-invalid-xml-characters branch January 11, 2022 13:04
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