Friday, November 29, 2019

OIC - Enrichment in basic routing integration

I am going to add a service to get the department name from depart id which will further be enriched to the existing SOAP to DB employee insert integration.

Drag and drop the invoke or another integration. Here i used a Invoke connection to get the department Name for a respective department id.




Map the department id input

Map the department name response






Activate and test





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...