Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace suds with a maintained library #25

Open
mbehrle opened this issue Jul 26, 2015 · 1 comment
Open

Replace suds with a maintained library #25

mbehrle opened this issue Jul 26, 2015 · 1 comment

Comments

@mbehrle
Copy link
Contributor

mbehrle commented Jul 26, 2015

The original suds project is dead since quite a long time and fore sure won't be compatible for Python 3. So for this and other projects using a soap client I would strongly recommend to use a maintained lib.

suds-jurko (https://bitbucket.org/jurko/suds) as an almost drop-in currently comes to life again (it was/is poorly maintained for quite some time) and could be an alternative. AFAIS this would need to adapt the calls

        log.debug(client.last_sent())
        log.debug(client.last_received()

by using the message plugin.

Even better could be to use pysimplesoap with AFAIK a reactive responding maintainer.

@sharoonthomas
Copy link
Contributor

I was not aware that suds was forked and maintained by someone, it is really the root problem in several of our modules. This is a good change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants