ROSoapXmlException
Overview
This exception is thrown when the libxml parser was unable to parse the SOAP message. The most common cause is the server response is not XML, you need to check the server configuration and connection parameters, such as target URL.
Location
- Reference: ROSoapMessage.h
- Namespace: RemObjectsSDK
- Ancestry: NSException | ROException | ROMessageException | ROSoapException | ROSoapXmlException
exceptionName (declared in ROException)
+ (nonnull NSString *) exceptionName
exceptionWithMessage: (declared in ROException)
+ (nonnull ROException *) exceptionWithMessage:(nonnull NSString *)aExceptionMessage
Parameters:
- aExceptionMessage:
fromServer assign (declared in ROException)
This flag is used to distinguish server side exceptions from client side ones. Set to YES for server side exceptions.
@property (assign) BOOL fromServer
initWithMessage: (declared in ROException)
- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage
Parameters:
- aExceptionMessage:
initWithMessage:fromServer: (declared in ROException)
- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage fromServer:(BOOL)aFromServer
Parameters:
- aExceptionMessage:
- aFromServer:
initWithMessage:invalidCString: (declared in ROSoapException)
- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidCString:(char *)aString
Parameters:
- aExceptionMessage:
- aString:
initWithMessage:invalidNSString: (declared in ROSoapException)
- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidNSString:(NSString *)aString
Parameters:
- aExceptionMessage:
- aString:
invalidPart copy (declared in ROSoapException)
May contain a SOAP message part that is considered invalid. Will contain the entire message in certain cases.
@property (copy) NSString *invalidPart
serverStackTrace copy (declared in ROException)
@property (copy) nonnull NSString *serverStackTrace
fromServer assign (declared in ROException)
This flag is used to distinguish server side exceptions from client side ones. Set to YES for server side exceptions.
@property (assign) BOOL fromServer
invalidPart copy (declared in ROSoapException)
May contain a SOAP message part that is considered invalid. Will contain the entire message in certain cases.
@property (copy) NSString *invalidPart
serverStackTrace copy (declared in ROException)
@property (copy) nonnull NSString *serverStackTrace
exceptionName (declared in ROException)
+ (nonnull NSString *) exceptionName
exceptionWithMessage: (declared in ROException)
+ (nonnull ROException *) exceptionWithMessage:(nonnull NSString *)aExceptionMessage
Parameters:
- aExceptionMessage:
initWithMessage: (declared in ROException)
- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage
Parameters:
- aExceptionMessage:
initWithMessage:fromServer: (declared in ROException)
- (nullable instancetype) initWithMessage:(nonnull NSString *)aExceptionMessage fromServer:(BOOL)aFromServer
Parameters:
- aExceptionMessage:
- aFromServer:
initWithMessage:invalidCString: (declared in ROSoapException)
- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidCString:(char *)aString
Parameters:
- aExceptionMessage:
- aString:
initWithMessage:invalidNSString: (declared in ROSoapException)
- (InstanceType) initWithMessage:(NSString *)aExceptionMessage invalidNSString:(NSString *)aString
Parameters:
- aExceptionMessage:
- aString: