MuleSoft

Tracing Module

Tracing module enables users to enhance the logs by adding, removing, and clearing all variables from the logging context for a given Mule event. It also enables you to modify the correlation ID during flow execution. The Tracing Module in MuleSoft is used to improve and enrich logging by leveraging MDC (Mapped Diagnostic Context). MDC […]

MuleSoft
Google Drive Connector in MuleSoft

Google Drive Connector in MuleSoft

Pre-requisites We need to have an Anypoint Studio should be setup. A Google account is required to access Google Cloud Console. Create a project in Google Cloud Console (console.google.com). Steps to enable Google Drive APIs and create a client. Steps: 1. Navigate to https://console.cloud.google.com , open the project picker located at the top of the […]

MuleSoft
XML Schema Validation Using MuleSoft

XML Schema Validation Using MuleSoft

Pre-requisites We need to have an Anypoint Studio should be setup. Basic knowledge of Mule 4 and DataWeave. XML Validate Schema Overview When working with XML in enterprise integrations, it’s important to ensure that incoming XML payloads follow a predefined structure. MuleSoft provides built-in support for XML Schema (XSD) validation, which allows developers to enforce […]