Does Python SOAP client library Zeep support attachments?
I could not really find anything in the documentation.
The idea is to send a SOAP request in XML format, with some attached files. I guess the regular way of doing this is a multipart message, which seems to be suppored by requests, upon which Zeep is built.