Can you recommend a Python SOAP client that can accept WS-Attachments?

I read mixed reviews like Suds and ZSI - two Python SOAP libraries. However, I do not know if any of them can support WS-Attachments. I would prefer to use Suds (it seems simpler), but I will put aside which library suits my needs.

+3
source share
3 answers

For your requirements, I would recommend ZSI. From the documentation,

It can also be used to create applications using SOAP messages with attached files.

- , Suds, .

SOAPpy TODO. Suds "". , ZSI - .

+1

soaplib . , WS-Attachments, .

, , , " ":

helloworld_attach.py

+1

Suds Python, . .

0

Source: https://habr.com/ru/post/1702412/


All Articles