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
172 stars 54 forks source link

Suds vs SoapClient #47

Closed reisnobre closed 3 years ago

reisnobre commented 3 years ago

Hi, I'm having different results while creating a soap client and a suds client.

I don't understand a lot about soap, but I think both so should be the same right?

phillbaker commented 3 years ago

Are you referring to https://github.com/suds-community/suds/blob/60c407422223f84713a80913b2544fa35b78bf8f/suds/client.py#L628

That's an internal helper, that is separate from the public Suds client as described in the readme.

phillbaker commented 3 years ago

HI @reisnobre I'm going to close this issue for now, please re-open if you have further details.