Which SOAP module?

Stefan Behnel stefan_ml at behnel.de
Sun Jan 4 11:10:40 EST 2009


Ralf Schoenian wrote:
> Roy Smith wrote:
>> I'm starting to play with SOAP.  The zeroth question that needs
>> answering is, "Which SOAP module should I use?"  There seem to be a
>> number of different ones to pick from.  Any suggestions?
>
> for the server I think you
> have to rely on the ZSI (http://pywebsvcs.sourceforge.net/)
>  project. In retrospect my first steps in this library were rather
> painful but som year ago it was the most sophisticated library.

Use soaplib (for client and/or server), it's a lot less painful.

Stefan



More information about the Python-list mailing list