[問題] python with SOAP
最近需要使用到 SOAP 處理一些 Request
查詢了一下網路的評論:
Unfortunately, at the moment, I don't think there is a "best" Python SOAP
library. Each of the mainstream ones available has its own pros and cons.
Older libraries:
SOAPy: Was the "best," but no longer maintained. Does not work on Python 2.5+
ZSI: Very painful to use, and development is slow. Has a module called
"SOAPpy", which is different than SOAPy (above).
"Newer" libraries:
SUDS: Very Pythonic, and easy to create WSDL-consuming SOAP clients. Creating
SOAP servers is a little bit more difficult.
soaplib: Creating servers is easy, creating clients a little bit more
challenging.
Of the above, I've only used SUDS personally, and I liked it a lot.
其中 SUDS 跟 soaplib 看起來還不錯的樣子,請教版眾有使用過的經驗麼?
是否有其他推薦?
Suds 最近更新日期 9-08-2010
Soaplib 2010-12-06
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.211.32.194
Python 近期熱門文章
PTT數位生活區 即時熱門文章