Option | Description |
Name | You can optionally change the step name to any other name. There are no naming restrictions. |
Type | (Read-only field.) Error Messaging. |
Processing Method | Optionally select either of the following: Pre-Processing: Select this option if you want to invoke an IS service to manipulate the response message before the Error Sequence step is invoked. The IS service will have access to the response message context (the axis2 MessageContext instance) before it is updated with the custom error message. For example, you might want to send emails or perform custom alerts based on the response payload. For more information about IS services, see The "Invoke
IS Service" Step (Inbound, SOAP). Post-Processing: Select this option if you want to invoke an IS service to manipulate the service fault after the Error Sequence step is invoked. The IS service will have access to the entire service fault and the custom error message. You can make further changes to the fault message structure, if needed. For more information about IS services, see The "Invoke
IS Service" Step (Inbound, SOAP). |