When working with Oracle Integration Cloud Service (ICS) SOAP Connections, it is common to upload a WSDL file when configuring the Connection Properties: The...
When working with Oracle Integration Cloud Service (ICS) SOAP Connections, it is common to upload a WSDL file when configuring the Connection Properties: The focus of this blog is how to retrieve/recover the WSDL in the event the original file is not available. This can be accomplished in several ways that include an on-line and/or off-line approach. Regardless of the approach, it is important to understand that when the WSDL file is uploaded it is added to the connection as...
When working with Oracle Integration Cloud Service (ICS) SOAP Connections, it is common to upload a WSDL file when configuring the Connection Properties: The focus of this blog is how...
Introduction The purpose of this blog post is to describe how to do the Integration of APEX(on-premise) with Oracle Identity Cloud Service(IDCS). The...
Introduction The purpose of this blog post is to describe how to do the Integration of APEX(on-premise) with Oracle Identity Cloud Service(IDCS). The integration described in this Post relies on APEX using the Oracle Rest Data Services(ORDS) deployed on Weblogic. [caption id="attachment_46133" align="alignnone" width="712"] Login flow when APEX is integrated with IDCS[/caption] Request a protected resource on WLS (No previous WLS session) WLS will initiate a federation flow...
Introduction The purpose of this blog post is to describe how to do the Integration of APEX(on-premise) with Oracle Identity Cloud Service(IDCS). The integration described in this Post relies on APEX...
Introduction Oracle Integration Cloud Service (ICS) provides file handling capabilities through technology adapters and other application-specific adapters....
Introduction Oracle Integration Cloud Service (ICS) provides file handling capabilities through technology adapters and other application-specific adapters. This post focuses on the most commonly used file handling methods in ICS, using FTP, File and REST adapters and some techniques to tackle advanced file handling requirements. Information in this post is applicable to release 17.2.5 of ICS. File handling in ICS FTP adapter is widely used for transferring and process files....
Introduction Oracle Integration Cloud Service (ICS) provides file handling capabilities through technology adapters and other application-specific adapters. This post focuses on the most commonly used...
The IDCS Connector is an OIM REST based connector for Oracle's Identity Cloud Service (IDCS). In this blog post we will look at use case scenarios for hybrid...
The IDCS Connector is an OIM REST based connector for Oracle's Identity Cloud Service (IDCS). In this blog post we will look at use case scenarios for hybrid cloud solutions, that span both the Oracle Public Cloud and an on-premise Oracle identity management deployment.This blog post aims to cover the most common scenarios from an identity governance perspective.Porting identities from an on-premise system to IDCS is one such scenario and can be addressed by two options...
The IDCS Connector is an OIM REST based connector for Oracle's Identity Cloud Service (IDCS). In this blog post we will look at use case scenarios for hybrid cloud solutions, that span both the Oracle...
Introduction Continuous Integration and Continuous Delivery (CI/CD) is a popular practice in modern development teams. The idea behind these concepts is to...
Introduction Continuous Integration and Continuous Delivery (CI/CD) is a popular practice in modern development teams. The idea behind these concepts is to automate as much as possible from the deployment cycle with as little human interaction as possible. This is done by writing tests at several levels. Each time a change is made, the tests will run and provide instant feedback if something goes wrong. This is the Continuous Integration part of the pipeline. One of the...
Introduction Continuous Integration and Continuous Delivery (CI/CD) is a popular practice in modern development teams. The idea behind these concepts is to automate as much as possible from the...
This blog has been deprecated due to the release of Visual Bullder Cloud Service Introduction Oracle ABCS is Oracles new citizen developer service allowing...
This blog has been deprecated due to the release of Visual Bullder Cloud Service Introduction Oracle ABCS is Oracles new citizen developer service allowing citizen developers the ability to quickly build applications for the web/mobile web. A common request from SaaS customers is the desire to have both standalone and embeded custom screens for their SaaS solutions. These obviously need to be feature rich, sexy UIs and above all built quickly. Before ABCS was announced,...
This blog has been deprecated due to the release of Visual Bullder Cloud Service Introduction Oracle ABCS is Oracles new citizen developer service allowing citizen developers the ability to...
Introduction This blog introduces a few useful Python scripts written to repeatedly perform common administrative tasks and development operations on an API...
Introduction This blog introduces a few useful Python scripts written to repeatedly perform common administrative tasks and development operations on an API Platform Cloud Service instance. The scripts are written in Python and can be executed on all Python 3.6+ supported platforms Why These scripts are written keeping in mind a few real life use cases, such as - Migration of API Platform artifacts between different API server environments Export of API Platform artifacts for...
Introduction This blog introduces a few useful Python scripts written to repeatedly perform common administrative tasks and development operations on an API Platform Cloud Service instance. The...
Author: Ricardo Ferreira Introduction Developers using the API Platform Cloud Service often make use of the built-in policies that comes with the platform; to...
Author: Ricardo Ferreira Introduction Developers using the API Platform Cloud Service often make use of the built-in policies that comes with the platform; to implement any logic that needs to be executed before delivering the actual message to the backend service. One common policy used is the Groovy policy, which allows API developers to write Groovy scripts that can be executed either within the request or the response pipeline. These scripts can be used to inspect and...
Author: Ricardo Ferreira Introduction Developers using the API Platform Cloud Service often make use of the built-in policies that comes with the platform; to implement any logic that needs to...