mvantellingen / python-zeep

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

Allow CDATA text #1339

Closed sysnux closed 1 year ago

sysnux commented 2 years ago

We needed to send embedded XML as CDATA in the request. Without this modification, the embedded XML was escaped, now it is transmitted unmodified.

mvantellingen commented 1 year ago

Thanks!