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.
1 parent da8a88b commit f3cc0b4Copy full SHA for f3cc0b4
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