Updated from stupid defaults. SOAPpy--

This commit is contained in:
Jeremy Fincher 2004-09-30 14:51:47 +00:00
parent b0ed9c3c6c
commit b4530f02c7
2 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ class SOAPProxy:
throw_struct = 0
if throw_struct:
print p
#print p
raise p
# If unwrap_results=1 and there is only element in the struct,

View File

@ -65,7 +65,7 @@ class SOAPConfig:
# Setting debug also sets returnFaultInfo,
# dumpHeadersIn, dumpHeadersOut, dumpSOAPIn, and dumpSOAPOut
self.debug = 0
self.dumpFaultInfo = 1
self.dumpFaultInfo = 0
# Setting namespaceStyle sets typesNamespace, typesNamespaceURI,
# schemaNamespace, and schemaNamespaceURI
self.namespaceStyle = '1999'