suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
173 stars 56 forks source link

Replacing `suds-jutrko` with `suds-community` #81

Closed John15321 closed 2 years ago

John15321 commented 2 years ago

At work we have quite a lot of old projects that use suds-jurko and as we all know its outdated and dead. Im looking into replacing it with suds-community. And my hope is that it is somehow 1to1 mapping of the suds-jutrko interface?

How hard would it be to change out jurko for community?

phillbaker commented 2 years ago

Hello, suds-community is a continuation of the suds-jurko codebase. We've avoided making breaking changes.

A few things to be aware of:

It should be a drop in replacement, however it's always good to test

phillbaker commented 2 years ago

Closing this issue, please reopen if further questions come up