[Twisted-Python] Re: Raise soap faults

Charles Moad cmoad at indiana.edu
Fri Apr 15 12:26:39 MDT 2005


> Though on the client side it still won't raise an exception, but you will  
> hopefully get your faultType instance. You may check for it explicitly and  
> raise it, if you like.

When a soap fault is returned the http return code is 500, so the client
does actually see this and raise an exception.  You do not have to
explicitly check if it was a fault after ever call to the service.




More information about the Twisted-Python mailing list