python-zeep
python-zeep copied to clipboard
Enhancement plugin feature
Hi,
- The version of zeep : 3.4.0
I'm not reporting an issue but a proposal to enhance the plugin feature. Do you think that it couldbe possible to move the plugin feature before that kind of Error:
zeep.exceptions.TransportError: Server returned response (200) with invalid XML: Invalid XML content received (xmlParseCharRef: invalid xmlChar value 8, line 12, column 83).
We could fix this kind of error using the plugin feature.
Thanks,
This would be very useful! At least to add another method before parsing, whereas ingress() is after parsing.