summaryrefslogtreecommitdiff
path: root/suds/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'suds/options.py')
-rw-r--r--suds/options.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/suds/options.py b/suds/options.py
index b4876d3..86ea245 100644
--- a/suds/options.py
+++ b/suds/options.py
@@ -84,6 +84,10 @@ class Options(Skin):
of the python object graph.
- type: I{bool}
- default: False
+ - B{prettyxml} - Flag that causes I{pretty} xml to be rendered when generating
+ the outbound soap envelope.
+ - type: I{bool}
+ - default: False
- B{autoblend} - Flag that ensures that the schema(s) defined within the
WSDL import each other.
- type: I{bool}
@@ -111,6 +115,7 @@ class Options(Skin):
Definition('xstq', bool, True),
Definition('prefixes', bool, True),
Definition('retxml', bool, False),
+ Definition('prettyxml', bool, False),
Definition('autoblend', bool, False),
Definition('cachingpolicy', int, 0),
Definition('plugins', (list, tuple), []),