mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
Updated from stupid defaults. SOAPpy--
This commit is contained in:
parent
b0ed9c3c6c
commit
b4530f02c7
@ -385,7 +385,7 @@ class SOAPProxy:
|
|||||||
throw_struct = 0
|
throw_struct = 0
|
||||||
|
|
||||||
if throw_struct:
|
if throw_struct:
|
||||||
print p
|
#print p
|
||||||
raise p
|
raise p
|
||||||
|
|
||||||
# If unwrap_results=1 and there is only element in the struct,
|
# If unwrap_results=1 and there is only element in the struct,
|
||||||
|
@ -65,7 +65,7 @@ class SOAPConfig:
|
|||||||
# Setting debug also sets returnFaultInfo,
|
# Setting debug also sets returnFaultInfo,
|
||||||
# dumpHeadersIn, dumpHeadersOut, dumpSOAPIn, and dumpSOAPOut
|
# dumpHeadersIn, dumpHeadersOut, dumpSOAPIn, and dumpSOAPOut
|
||||||
self.debug = 0
|
self.debug = 0
|
||||||
self.dumpFaultInfo = 1
|
self.dumpFaultInfo = 0
|
||||||
# Setting namespaceStyle sets typesNamespace, typesNamespaceURI,
|
# Setting namespaceStyle sets typesNamespace, typesNamespaceURI,
|
||||||
# schemaNamespace, and schemaNamespaceURI
|
# schemaNamespace, and schemaNamespaceURI
|
||||||
self.namespaceStyle = '1999'
|
self.namespaceStyle = '1999'
|
||||||
|
Loading…
Reference in New Issue
Block a user