Python SOAP Client - use SUDS or something else?

后端 未结 4 1649
独厮守ぢ
独厮守ぢ 2021-01-29 22:33

I am currently looking into implementing a client which will use an existing extensive SOAP management API.

I looked into different SOAP implementations like pysimples

4条回答
  •  太阳男子
    2021-01-29 23:15

    There is new well maintained SOAP client called zeep. It supports both Python 2 and 3 and is based upon well known lxml and requests libraries.

提交回复
热议问题