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 […]
Boomi Atomsphere API: This Boomi AtomSphere API is one of the standard connectors provided by the Boomi The Boomi AtomSphere API connector enables you to perform the object-based operations and actions exposed in the AtomSphere API The Boomi AtomSphere API connector is designed to connect seamlessly with Boomi Integration Deploying a Boomi AtomSphere API connector […]
What is IMAP: IMAP stands for Internet Message Access Protocol It is an application layer protocol and is the most commonly used protocol for retrieving emails It was designed by Mark Crispin in 1986 The current version of IMAP is IMAP4 This term is also known as Internet mail access protocol, Interactive mail access protocol, […]