SMTP for SOAP in Python

Lars von Wedel vonWedel at lfpt.rwth-aachen.de
Tue Jul 23 05:27:25 EDT 2002


Hi folks,

I saw a couple of libraries to support SOAP c/s in Python.

However, all of them rely on HTTP as a transfer protocol
as far as I have seen. Are there any libs using SMTP?

Doing my own implementation of SMTP transport, which would
be the best choice of SOAP library in terms of matureness
and extensibility?

>From SOAPpy in the pywebsvcs module it seems, that the biggest
part is the data type handling, whereas the actual data transport
is a fairly small piece of the overall code. Thus, an SMTP
extension should be easy or am I overlooking some details?

Lars
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vonWedel.vcf
Type: text/x-vcard
Size: 323 bytes
Desc: Card for Lars von Wedel
URL: <http://mail.python.org/pipermail/python-list/attachments/20020723/16217942/attachment.vcf>


More information about the Python-list mailing list