#619 ICS / OIC development guidelines
Are there any coding standards, best practices for ICS?This is a question I get asked very frequently.We do not have a dedicated Oracle doc on this, however, there is a very useful community thread -...
View Article#620 APIP CS - Plans
According to the docs, a plan is -an abstraction between applications (the clients consuming APIs) and APIs to allow fine-grained access entitlements to all APIs that are part of a plan. All APIs are...
View Article#622 OIC Rest API
The base url for the Oracle Integration Cloud REST API is /ic/api/integration/v1/integrations/{id}The REST API docs are available hereAlso note the APIs for the Process Component of OIC -The latest...
View Article#623 Oracle Self-Service Integration SSI
Introduction to SSISo what is Self-Service Integration - SSI?SSI is light weight integration service, that works on a simple trigger and action paradigm.It is targeted at line of business folks -...
View Article#624 SSI released, so how does this differ from Integration in OIC?
My introductory post on SSI covered the basic features.You can read it hereThe Features list above alludes to the main differences between SSI and OIC.Let's look at some of them -Personal Account: In...
View Article#625 Installing the APIP CS Gateway
I started by logging in to the Management Console as a Gateway user.The Gateway user has the Gateway role assigned and so she can manage Gateways.I create a new Gateway -As you see, I called it...
View Article#626 Integration instance tracing in OIC
Instance tracing is very useful in the development phase -Now we can activate this globally - e.g. for our Development OIC instance -or at instance level -Here is my Orchestration -If I enable tracing...
View Article#628 Oracle again a leader in the Enterprise Integration Magic Quadrant from...
read the article here
View Article#629 OIC integration with Eloqua via REST adapter
The OIC Eloqua adapter is currently rather limited in its functionalityEssentially you can create -AccountsContactsFusion LeadsOpportunityPurchase History as well custom objectsFrom an OIC perspective,...
View Article#630 Autonomous Integration Cloud - the Value Add
The next iteration of our cloud based integration platform has been released recently.Are we going to get another acronym - AIC? Let's wait and see.But firstly, what are the deltas between the customer...
View Article#631 AIC - VB CS calling Process
Very simple scenario here -I create a new organization in a VB CS generated UI.From this UI, I can kick off a PCS Process to approve the new organization.It is very easy to create Business Object...
View Article632 - VB CS --> Integration Connectivity with Autonomous Integration Cloud
again a very simple example to illustrate how easy this all is.Firstly, I create a very simple integration to create a new org in Service cloud.The logic will be very simple - check first if the org...
View Article#633 - Adding users to Autonomous API Platform CS
same procedure for other autonomous services.In this case, I want to add the new user, demoUser1, as an api manager.I login to my cloud dashboard and then -I click on UsersI then see a list of the...
View Article#634 API Design with Apiary
As you probably know, Oracle acquired Apiary quite some time ago.It complements our API Management story, providing full API lifecycle support.So what do API designers get with Apiary?A plethora of...
View Article#635 Autonomous OIC --> Process REST API
Some simple examples of leveraging the API here -I am doing this to familiarize myself with things, before trying out Visual Builder CS integration with process.Here is a process instance in OIC -Now...
View Article#636 New JET based OIC Mapper
Firstly, the new mapper expands the data structures veryquickly.Simple field to field mapping, also with target expression.What about more complex mapping requirements?Just click on toggle functions...
View Article#637 SSI invoking OIC
Self Service Integration is our compelling new offer, targeting line of business folks.With SSI, they can easily create their own "personal" integrations; in SSI speak - recipes.However, they can also...
View Article#638 OIC REST API
Another look at the REST API and the areas it covers -We have a situation today where we have v1 and v2 APIs.OIC V1 and ICS V2.OIC V1 -ICS V2 -Tip: Use ICS v2The base URL is highlighted in blue below...
View Article#639 AIC - VB CS calling Process Part 2
Part 2 of this mini-series covers the Process relevant snippets available with VB CS.You can see them here -The full list of operations available is as follows -Ok so how does this work?I create a new...
View Article