Inherits from NSObject*
For more about Objective-C properties, see “Properties” in The Objective-C Programming Language.
Returns the fault code.
@property (retain, nonatomic) NSString* faultCode
The string containing a message about the fault.
@property (retain, nonatomic) NSString* faultString
The actor that triggered the fault.
@property (retain, nonatomic) NSString* faultActor
Details about the fault.
@property (retain, nonatomic) NSString* detail
Used internally to determine if a fault was found in the passed node.
@property BOOL hasFault
Creates a SoapFault object from NSMutableData*.
+ (SoapFault*) faultWithData: (NSMutableData*) data
Creates a SoapFault object from CXMLDocument*.
+ (SoapFault*) faultWithXMLDocument: (CXMLDocument*) document
Creates a SoapFault object from CXMLNode*.
+ (SoapFault*) faultWithXMLElement: (CXMLNode*) element