Friday, December 6, 2024

OIC Gen3 - using Projects - Create a hello world integration with rest trigger.

Usecase:

Here we will see the following:

  • Create a project
  • Create a rest trigger 
  • Create a application integration
  • Configure rest trigger and map the response using concatenation function.
  • Add tracking
  • Activate and test
  • Check the instances in the observe section.

Detailed with screenshots:





















 












No comments:

Post a Comment

Featured Post

OIC - OCI Java function code for RSA Encryption and Decryption

Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...