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

Add option IndentWsdl to control if the generated WSDL should be indented #1010

Merged
merged 1 commit into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Add option IndentWsdl to control if the generated WSDL should be inde…

    …nted or not
    
    Removed field _indentWsdl from SoapMessageEncoder. This information is
    now directly passed into the WriteMessageAsync method.
    
    The new option IndentWsdl can be used to control if the WSDL should
    be indented or not. By default, it uses the same value as IndentXml,
    for backwards compatibility.
    vidrenning committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    90653e7 View commit details
    Browse the repository at this point in the history