This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michiel.Van.den.Berghe
Recipients Michiel.Van.den.Berghe
Date 2011-04-19.15:17:28
SpamBayes Score 5.8805403e-05
Marked as misclassified No
Message-id <1303226249.65.0.757912799322.issue11878@psf.upfronthosting.co.za>
In-reply-to
Content
There doesn't seem to exist a SOAP library for Python 3.x. Several different third party libraries exist for the 2.x releases, but none of these are being ported to 3.x. None of these modules are easily ported using 2to3 due to string encoding issues.

Seeing how SOAP is a major webservices technologies, I think Python should get its own standard SOAP module to keep up with its "batteries included" principle.
History
Date User Action Args
2011-04-19 15:17:29Michiel.Van.den.Berghesetrecipients: + Michiel.Van.den.Berghe
2011-04-19 15:17:29Michiel.Van.den.Berghesetmessageid: <1303226249.65.0.757912799322.issue11878@psf.upfronthosting.co.za>
2011-04-19 15:17:29Michiel.Van.den.Berghelinkissue11878 messages
2011-04-19 15:17:28Michiel.Van.den.Berghecreate