I am trying to raise a Suds.WebFault from python code. The __init__
method\constructor takes three arguments __init__(self, fault, document)
. The fault has fault.faultcode and fault.detail members\attributes\properties. I could not find out what class fault belongs to no matte what I tried. How do I raise Suds.WebFault type exception from python code?
Thanks in advance.