mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 578 forks source link

I am getting an error "Unexpected element" while parsing the response from the service. #1284

Closed random343 closed 2 years ago

random343 commented 2 years ago

Hello.

I am getting an error "Unexpected element '{urn:test}error'" while parsing the response from the service.

My code is in test.py file test.py.txt

My zeep version 3.4.0 WSDL https://dev.tirr-plus.ru/ersz/InterOrgService/?wsdl

random343 commented 2 years ago

found a bug in my code