You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to parse a sequence that contains more than one choice, each with a maxOccurs > 1, zeep fails to parse valid xml.
The error message tells you that the first choice does not appear in the sequence.
I made a pull request fixing the issue together with a test case.
The test case reproduces the problem.
The text was updated successfully, but these errors were encountered:
When trying to parse a sequence that contains more than one choice, each with a maxOccurs > 1, zeep fails to parse valid xml.
The error message tells you that the first choice does not appear in the sequence.
I made a pull request fixing the issue together with a test case.
The test case reproduces the problem.
The text was updated successfully, but these errors were encountered: