suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Support process SOAP 1.2 Fault reply #99

Closed eshizhan closed 5 months ago

eshizhan commented 5 months ago

ref #96, we also need processing SOAP 1.2 Fault reply.

eshizhan commented 5 months ago

Thanks for the PR and including tests!

SOAP is an old protocol, and your dedication to spending time maintaining this Python package is worthy of gratitude and respect.