python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

Bug parsing multiple repeated choice elements in a sequence.

Open steven-deprez opened this issue 4 years ago • 0 comments

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.

steven-deprez avatar Sep 03 '21 12:09 steven-deprez