[BangPypers] Soap with Python 2.5

s|s supreet.sethi at gmail.com
Thu Dec 20 04:06:43 CET 2007


Soaplib from optio supports client and server. Most interesting
feature of soaplib is its ability to generate soap calls out of normal
functions and decorators. It also produces appropriate WSDL. On client
side its weak because it cannot out generate code from WSDL but work
is being done towards that.

ZSI is another implementation available from pywebsvcs.sf.net which is
more mature and especially usable as Soap client.

If I were you, I would use Soaplib as SOAP server and ZSI as soap
client although both support server/client mode.
-- 
Supreet Sethi
http://supreetsethi.net


More information about the BangPypers mailing list