What is the ATP Database? Oracle Autonomous Transaction Processing is a fully automated database service optimized to run transactional, analytical, and batch workloads concurrently. STEP 1: Navigate to the OIC login page using following URL https://urldefense.com/v3/__https://design.integration.ca-montreal-1.ocp.oraclecloud.com/?integrationInstance=oic3-partners-bots4saas-yu__;!!N8Xdb1VRTUMlZeI!iKe6knNXh2u9_9i5pqq8lkQHtL53p8Q3Dvr7sazYsfTRMs8VCH3DKmMQezUh4D7LC28ll19tZ6eA3D3hEVjoCeNB$ STEP 2: Log in to Oracle Cloud Gen3 and sign in with Credentials STEP 3: Click on the Hamburger icon […]
Getting Started – Logging into the Boomi Platform Step-1: Enter your Email Address and Password to log in to your Boomi Account Step 2: Enter the Authorization code Step 3: Click on Integration Service to create our process Step 4: Click on the Create New option, then we can see the process canvas where […]
Introduction You can use the following operators within any DataWeave expression: do A “do” statement allows you to create a specific area where you can declare and use new variables, functions, annotations, or namespaces. It is structured like a map, with a header and a body separated by —. The header is where you define […]
Introduction Given Mule’s foundation on Java and Spring, robust integration capabilities exist for invoking Java methods within Mule. Various methods are available to achieve this, with one effective approach being the utilization of the Java Component. This blog explores this method to call custom Java classes and covers: Invoking a static method on a given […]
In this blog, we will see how to insert and query csv data from SQL Collection. What is SQL Collection? Step 1: Give your user credentials to log in to Workato. Step 2: Now click on create project. Step 3: Now give a project name and description and click on create project. Step 4: Now […]
In this blog, we will see how to create and use message templates in Workato. What is a Message Template? Step 1: Give your user credentials to log in to Workato. Step 2: Now click on tools and then message template. Step 3: Now click on new template. Step 4: Now click on add fields […]
Expose SOAP API in OIC What is SOAP? SOAP stands for Simple Object Access Protocol. SOAP is the XML-based message protocol that enables the distributed elements of an application to communicate. SOAP can be carried over various standard protocols, including the web-related Hypertext Transfer Protocol (HTTP). SOAP is a lightweight protocol used to create web […]
Google Sheet Module (MuleSoft) Prerequisites: We need to have an active Google account and we need to make use of Google APIs to leverage the Google Sheet module provided by MuleSoft. To do so we need to follow the following steps: First we need to go to the Google API console using the URL https://console.cloud.google.com/apis/library. […]
Introduction It is possible to generate documents directly from data processing shapes in Boomi by storing the data in a streaming store and producing the document. In this discussion, we will explore how to achieve this using both Groovy and JavaScript. Groovy code breakdown Let’s explore the code in detail: import java.util.Properties; import java.io.InputStream; import […]