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

End to End Securing Data in Oracle Integration Cloud (OIC) with OCI Vault: AES for Encryption & Decryption & RSA for Signing and verification | Implement message-level encryption in Oracle Integration using OCI Vault

Scenario: A company is integrating Oracle Integration Cloud (OIC) with an external financial system to exchange sensitive payroll data secur...