Programming Guides › Programming Guide for Java › Task Execution Web Service › Exception Messages
Exception Messages
If an error occurs during the processing of a remote request, CA IdentityMinder reports the error to the client in standard SOAP fault format, as follows:
- The <Value> sub-element contains a SOAP fault code.
- The <Reason> sub-element contains a readable description of the fault.
- The <Detail> sub-element contains web service-specific information about the exception. The information is provided in the <ImsException> element of the ImsStatus.xsd schema, as follows:
- The <name> sub-element contains the name of the web service exception.
- The <code> sub-element contains a web service-specific exception code. The exception codes allow the client application to include error-handling logic.
- The <description> sub-element contains a human-readable description of the web service exception.
In accordance with SOAP standards, HTTP return codes are set as required.
Note: If an exception occurs with a remote request, CA IdentityMinder reports the exception to the client. In accordance with SOAP standards, no further processing is performed on the request.
More Information:
TEWS Error Codes
Copyright © 2013 CA.
All rights reserved.
|
|