Thursday, December 5, 2019

OIC - Scope level error handling

Here adding a for each scope level error handler. we can add two types of error handler:
  • Default error handler
  • API service error handler




First selecting API service invocation error type
Drag and drop a logger



Provide the details field


Testing:
Scenario 1: 2nd record having invalid salary length.
Observation: Only 1st record inserted into the db.

Scenario 2: 1st record having invalid salary
Observation: no data inserted.
Adding default fault handler







Testing;

Scenario 1: 2nd record having invalid salary length
Observation: 1st record inserted
Scenario 2: 1st record having invalid salary
Observation: 2nd record inserted.



No comments:

Post a Comment

Featured Post

OIC - Source File Validation Using Stage File and Throw New Fault in OIC

Working... Source File Validation Using Stage File and Throw New Fault in OIC Use Case In Oracle Integration Cloud (OIC), validating the s...