Python and SOAP

Nelson Minar nelson at monkey.org
Thu Jan 20 19:16:39 EST 2005


Peter Schaefer <peter.sch231aefer at gmx.de> writes:
> Is SOAPy still the way to go, or are there better methods?

SOAPy hasn't been maintained in awhile. The two contemporary options
are ZSI or SOAPpy, both at
  http://pywebsvcs.sourceforge.net/
ZSI seems to have more serious development now, but neither is perfect.

You should consider doing a document/literal service instead of
rpc/encoded, the old way. Unfortunately in my experience doc/lit
doesn't work as well with Python, but it's a better way of doing
things. The ZSI guys are working at it.



More information about the Python-list mailing list