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.



Monday, December 2, 2019

Featured Post

OIC - Using Dynamic Paths for OCI Object Storage in OIC Integrations | Handling “Subfolders” in OCI Object Storage bucket

Use Case In Oracle Integration Cloud (OIC), when working with Oracle Object Storage, “folders” inside a bucket are not real directories . T...