We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0037580 + f3cc0b4 commit aebb26eCopy full SHA for aebb26e
docs/client.rst
@@ -36,7 +36,7 @@ initialise the object using the following code:
36
37
from zeep import Client, Settings
38
39
- settings = Setting(strict=False, xml_huge_tree=True)
+ settings = Settings(strict=False, xml_huge_tree=True)
40
client = Client('http://my-wsdl/wsdl', settings=settings)
41
42
0 commit comments