diff --git a/others/SOAPpy/Client.py b/others/SOAPpy/Client.py index cfea9c3e3..811a67f3f 100644 --- a/others/SOAPpy/Client.py +++ b/others/SOAPpy/Client.py @@ -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, diff --git a/others/SOAPpy/Config.py b/others/SOAPpy/Config.py index 1d82e8412..36a3e06fb 100644 --- a/others/SOAPpy/Config.py +++ b/others/SOAPpy/Config.py @@ -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'