soap-0.2.0.3: SOAP client tools

Safe HaskellNone

Network.SOAP.Exception

Synopsis

Documentation

data SOAPFault Source

Exception to be thrown when transport encounters an exception that is acutally a SOAP Fault.

Constructors

SOAPFault 

extractSoapFault :: Document -> Maybe SOAPFaultSource

Try to find a SOAP Fault in a document.