What is SSL? SSL stands for Secure Sockets Layer. It’s a protocol designed to provide secure communication over a computer network, typically the Internet. SSL ensures that the data exchanged between a web server and a client (such as a web browser) remains encrypted and thus protected from eavesdropping, tampering, and forgery. Here’s how SSL […]
This blog will cover how we can perform SQL JOINS in Boomi. Prerequisites: We have to create two tables in the database named Employee_Blog and Department_Blog having columns Id, Name, Dept ID and Dept ID, Dept name respectively. Figure 1: Employee_Blog Figure 2: Department_Blog Step 1: Log on to the Boomi platform (https://platform.boomi.com/) with a […]
In this blog, we will cover what is an atom and how to install an atom in Boomi on macOS. Prerequisites: The machine where the atom will be installed must have internet connectivity and macOS as the operating system. To begin with, let us see what is an atom. What is Atom? Atom is a […]
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 […]