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 - How to Encrypt and Decrypt Using AES Key and OCI Function in Oracle Integration Cloud (OIC)

 Working... 📌 Use Case In real-world Oracle Integration Cloud (OIC) projects, sensitive data like passwords, API keys, or personal informat...