' oicbasics: February 2020
February 11, 2020

Lookup integration testing

Please access the previous blog to see integration development steps.

Step 1 :  
Activate the integration and click on endpoint.



Copy the Endpoint URL.
               



Step 2 : 
Open SoapUI tool and click on REST and paste the above copied endpoint URL and click ok.



February 8, 2020

Lookups in Oracle Integration Cloud


We use lookups in the integrations to create reusable tables that map the different terms used to describe the same item across your applications. Lookups are exact same as Data Value Map(DVM) in SOA.


Lets see how to define a Lookup in OIC  with an example :

Use Case :-

Inside this blog, we see will define a lookup for Country Code & Country Name. For a specific Country Code we will assign one unique Country Name.


Country_Code
Country_Name
USA
United States of America
IS
Israel


development Steps in detail :


- Advertisement -

Development of Integration having Lookups


In the previous blog we have seen how to define Lookups in OIC. In this blog we will use that defined lookups in an Integration.



STEP 1 : create a App Driven Orchestration



                 
                 Enter Below details and click Create :

            *what do you want to call your Integration : Country code to 
              Country Name (you can give any meaningful name)
       



- Advertisement -




Top