mvantellingen / python-zeep

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

Invalid XML content received when using Zeep #1346

Closed lbeatman closed 1 year ago

lbeatman commented 1 year ago

I've tested the query that causes zeep to crash with other SOAP clients. Please review the attached image of the stack trace and suggest a workaround or alternative. Thanks !

wgdvCrash

lbeatman commented 1 year ago

I solved my own problem with research leading me to the following lines of code:

settings = Settings(xml_huge_tree=True) client = Client(wsdl, settings=settings)