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

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...