Python 的SOAP库


SUDS: 

地址: https://bitbucket.org/jurko/suds

点评:Very Pythonic, and easy to create WSDL-consuming SOAP clients. Creating SOAP servers is a little bit more difficult.


spyne:

地址:https://github.com/pysimplesoap/pysimplesoap

点评:Creating servers is easy, creating clients a little bit more challenging.Documentation is somewhat lacking.

ladon: 

地址: http://ladonize.org/index.php/Python_Example

点评:Creating servers is much like in soaplib (using a decorator).  Ladon exposes more interfaces than SOAP at the same time without extra user code needed. 

  应该算是接口最简单的,根本不需要了解SOAP的狗屁复杂细节。。。


pysimplesoap: 

地址:https://github.com/pysimplesoap/pysimplesoap

点评:very lightweight but useful for both client and server - includes a web2py server integration that ships with web2py.


你可能感兴趣的:(Python 的SOAP库)