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

Use a maintained soap client library #49

Open
philpep opened this issue Nov 28, 2023 · 1 comment
Open

Use a maintained soap client library #49

philpep opened this issue Nov 28, 2023 · 1 comment

Comments

@philpep
Copy link
Contributor

philpep commented Nov 28, 2023

https://pypi.org/project/suds-py3 seems no longer maintained.

There's is maintained suds in https://github.com/suds-community/suds, pypi package is https://pypi.org/project/suds/ , I think moving to suds require a small amount of work since it's almost the same python API.

There's also https://docs.python-zeep.org/en/master/ which seems popular & maintained but we will have to rewrite most of our code.

My proposition would be to use maintained suds as soon as possible and maybe later think about zeep migration.

Any thoughts ?

@sthenault
Copy link
Contributor

sthenault commented Nov 28, 2023 via email

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