soap-0.2.3.4: SOAP client tools

Safe HaskellNone
LanguageHaskell98

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 SOAPFault Source #

Try to find a SOAP Fault in a document.