Category Archives: Mule ESB

MuleSoft Mule 4 Tutorial: How to Use Global Configurations for Environment Properties

In order to use different properties for various environments like Dev, QA, Prod etc. Mule 4 provides options to use separate properties files which helps promoting your solution to different environments in a more sophisticated and dynamic manner without re-packaging the solution or without creating the deployable artifacts again & again. In this tutorial and… Read More »

MuleSoft Mule4 Tutorial: How to Use Map & MapObject DataWeave Functions to Iterate on Array of Objects

MuleSoft dataweave expression language provides a rich set of functions and operators which can be used to perform various types of operations on payload to achieve desired transformations. When implementing integration flows using Mule ESB, we often come across scenarios where we have to deal with a large set of data in the form of… Read More »

MuleSoft Salesforce Integration: Create & Query Records from Salesforce Using MuleSoft Salesforce Connector

MuleSoft provides quite a rich set of pre-built & ready to use connectors to integrate with various well known enterprise applications which greatly helps organizations to efficiently and quickly integrate heterogeneous set of applications and systems and benefit from message communication and coordinated business agility through an integrated eco-system of applications with MuleSoft API-Led Connectivity.

MuleSoft Tutorials For Beginners: Mule 4 Tutorials to Learn MuleSoft Step By Step

MuleSoft is one of the popular integration platforms with a great ESB offering and with a rich set of products and components for both Cloud based and on-premise services for digital transformation by enabling organizations to integrate heterogeneous set of systems & applications in an efficient manner.

MuleSoft API Manager Tutorial: Design API |Publish to Exchange | Deploy to CloudHub | Apply Policies

MuleSoft AnyPoint Platform provides a rich set of tools and features to design APIs, Publish APIs to Exchange, Deploy APIs to MuleSoft Managed cloud environment (Cloudhub) and apply different API governance policies for exposed APIs using API Manager. In this post, we will explain how we can design API Specifications in Visual Editor using Design… Read More »

MuleSoft Deployment Tutorial: How to Deploy Application to CloudHub

Applications implemented in MuleSoft AnyPoint Studio can be tested in built-in Mule Runtime but these applications need a deployment into actual environment for real use. Mule Runtime Engine is responsible for running Mule Applications. MuleSoft runtime can be setup on-premise on private cloud or you can use MuleSoft’s provided CloudHub. In this MuleSoft Deployment tutorial, we… Read More »

MuleSoft RAML REST API Designing Tutorial

RAML (RESTful API Modelling Language) is quite popular and widely used by API Designers to define API Blue-prints in an intuitive manner. API specifications designed using MuleSoft RAML are considered highly readable by humans as well as computer programs as they follow certain standards and API components are well defined in a hierarchical manner. In… Read More »

MuleSoft DataWeave Tutorial: XML & JSON Transformations Using Data Weave

MuleSoft is equipped with a powerful expression language called DataWeave which provides great flexibility and features to perform different type of transformations on payload and convert data in XML, JSON formats based on user-defined metadata in an efficient manner. In this video tutorial, I have explained step by step how to use MuleSoft DataWeave to… Read More »

MuleSoft Send Email Tutorial: Send Email Using Gmail SMTP With Attachment

MuleSoft AnyPoint Platform provides various components as part of Mail Module for sending and receiving email messages using SMTP, POP3 and IMAP. Sending Emails in Message Flows using Email Connectors is often required as part of different use cases. In this MuleSoft Email Tutorial , I have explained how we can send email with attachment… Read More »

MuleSoft SSL/TLS Tutorial | How to Configure One-Way & Two-Way (Mutual) SSL for Mule Application

In MuleSoft, any REST services can be secured through SSL/TLS and we can opt for one-way SSL or two-way (Mutual) SSL/TLS for our web services. In this MuleSoft SSL/TLS video tutorial, I have explained step by step how to implement Mule REST Service with One-Way and Two-Way SSL/TLS and configure SSL on Server as well… Read More »