I try to get the devices associated with line number within CUCM.

I used zeep for other function without any issue.

For getLine, I tried both pattern and uuid and got the same error

lines = service.getLine(uuid='0A5DE8DF-5598-0D2F-CE46-4CCFAEB6E503') lines = service.getLine(pattern="59007", routePartitionName='PT-INTERNAL-2023')

Here is the error code. Any suggestion about how to correct it?

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'

chun xu's user avatar

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.