Introduction What is MUnit? MUnit is a Mule application testing framework that allows you to easily build automated tests for your integrations and APIs. Why use MUnit? It provides a full suite of integration and unit test capabilities and is fully integrated with Maven and Surefire for integration with your continuous deployment environment. With MUnit […]
Objective: We are going to write test cases for the scenarios where the flow is going to throw errors. The application we are going to test is Database configuration Query Database Postman Request and response Error handler “transform messages” DB:CONNECTIVITY MULE:ANY Step 1: Select the flow you want to test (“lookup-based-on-customer-name”) then right-click on […]
Introduction: Batch Job Lifecycle:It has three phases: –Batch Job has three phases: – 1.Load and dispatch phase 2.Process phase 3.On complete phase 1.Load and dispatch phase: – 2.Process phase: – 3.On complete phase: – Batch Job Components: – Batch Job: – Configuration: – Name: – Batch job name Max Failed Records: – this value defines […]
Overview: – What is DataWeave: – Why do we need to externalize: – How to externalize: – Steps:
Mutations in GraphQL API In this blog, you will learn how mutations of GraphQL APIs will help us to modify the server-side data in API Management. In order to showcase the concept of mutations we will create one API Plan using GraphQL mutation. What is a GraphQL API? Mutations: Here are some key components of […]
SFTPV2 CONNECTOR In this blog, you will learn what is SFTP and how to configure SFTPV2 connector in Boomi. I will explain the use of each action present in sftpv2. By the end of this blog, you will be able to develop a process which helps you to List the files from sftp server. What […]
Channel Updates In this, we will be discussing channel updates and how to resend channel updates in the Master data hub. By the end of this blog, you will be able to understand about model, sources, and its configuration. What are Channel Updates? Now we will see how channel updates will work by configuring […]
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 […]