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 WSDL: Improve enum order #1012

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

vidrenning
Copy link
Contributor

The enum values are now specified in the order in which they are declared in the source code. This is the same behavior as the WSDL that is generated by a .NET Framework ASMX Web Service.

Improved the enum test so that it also checks the order of the elements.

Fixes #1011

The enum values are now specified in the order in which they are declared
in the source code. This is the same behavior as the WSDL that is
generated by a .NET Framework ASMX Web Service.

Fixes DigDes#1011
@andersjonsson
Copy link
Collaborator

Nice!

@andersjonsson andersjonsson merged commit 7ee3bc2 into DigDes:develop Feb 7, 2024
3 checks passed
@vidrenning
Copy link
Contributor Author

Thanks for merging!

@vidrenning vidrenning deleted the enumorder branch February 7, 2024 14:55
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.

XmlSerializer WSDL: Enum order is different than in ASMX Web Service
2 participants