mvantellingen / python-zeep

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

Fix parsing of faults with empty namespace #1386

Open dpoisl opened 11 months ago

dpoisl commented 11 months ago

Parsing soap faults falls back to extracting attributes without a namespace, if it can't find a namespaced attribute.

Fixes #1254

dpoisl commented 11 months ago

Please tell me what else is needed to get this to a state that meets your requirements to be merged to main.