Ich habe zeep ohne Probleme für andere Funktionen verwendet.
Für getLine habe ich sowohl Pattern als auch UUID ausprobiert und den gleichen Fehler erhalten
Code: Select all
lines = service.getLine(uuid='0A5DE8DF-5598-0D2F-CE46-4CCFAEB6E503')
lines = service.getLine(pattern="59007", routePartitionName='PT-INTERNAL-2023')
Code: Select all
File "C:\Users\PycharmProjects\PythonProject\UC\VG_Update\.venv\Lib\site-packages\zeep\xsd\types\complex.py", line 223, in parse_xmlelement
raise XMLParseError("Unexpected element %r" % elements[0].tag)
zeep.exceptions.XMLParseError: Unexpected element 'isAnonymous'
Mobile version