python-zeep icon indicating copy to clipboard operation
python-zeep copied to clipboard

Enhancement plugin feature

Open LensHunnel opened this issue 5 years ago • 1 comments

Hi,

  1. 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,

LensHunnel avatar Sep 18 '20 07:09 LensHunnel

This would be very useful! At least to add another method before parsing, whereas ingress() is after parsing.

siliconalchemy avatar Nov 20 '22 15:11 siliconalchemy