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

nosend attribute for Client is documented, but doesn't appear to be implemented #84

Open
robert-b-clarke opened this issue Apr 18, 2022 · 1 comment

Comments

@robert-b-clarke
Copy link

Attempt to initialise a client with

Client(MY_WSSL,  nosend=True)

results in the following error

AttributeError: nosend

Documentation suggests nosend should be supported, either the docs should be updated or the attribute implemented. I'm not sure which is most desirable

@dolmeta
Copy link

dolmeta commented Oct 22, 2024

You probably use suds-py3 which apparently has not be updated since 2 years (https://app.readthedocs.org/projects/suds-py3/?utm_source=suds-py3&utm_content=flyout).

I recently had the same problem and change it to https://github.com/suds-community/suds seems to solve issue.

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