I apologize if these questions have been asked before. I wasn't able
to find a mailing list archive search.
Is there an easy way to determine the SOAP exception object that was
raised from a suds.WebFault? It looks to me that using __str__ and
trying to parse the string is the only way to get the object. Is there
a better way?
When exceptions are thrown I get this error printed to stdout/stderr:
No handlers could be found for logger "suds.client"
Is there a way to turn off this message without having to use the
logging module? I would think if I didn't request logging that the
module shouldn't complain that I'm not using it right?
--
Edwin V