The values of enums shouldn't be modified from how they exist in the WSDL. In this case, they were being written with white space removed. For example, "Allqueries" (incorrect) instead of "All queries" (correct), which is used as values of the SuspendedFilter request parameter of WsWorkunits.WUListQueries
Checklist:
[x] The commit message is properly formatted and free of typos.
[ ] The commit message title makes sense in a changelog, by itself.
[ ] The commit message includes a "fixes" reference if appropriate.
[x] The commit is signed.
[ ] The change has been fully tested:
[ ] I have viewed all related gallery items
[ ] I have viewed all related dermatology items
[ ] There are no similar instances of the same problem that should be addressed
[ ] I have addressed them here
[ ] I have raised new issues to address them separately
The values of enums shouldn't be modified from how they exist in the WSDL. In this case, they were being written with white space removed. For example, "Allqueries" (incorrect) instead of "All queries" (correct), which is used as values of the SuspendedFilter request parameter of WsWorkunits.WUListQueries
Checklist:
Testing: