Does a Python 3 SOAP client module exist?

python, python-3.x, soap

Solution

You could port an existing library that you like and provide your changes to the author of the package.

Problem

Possible Duplicate: What’s the best SOAP library for Python 3.x? I couldn't find one that works with Python 3.1. Any suggestions for a WSDL-consuming Python 3 SOAP client module/library?

Original source

Related problems