Transforming messages with DataWeave

DataWeave is an expression language designed by MuleSoft. The language helps in transforming the incoming payload to various payloads as per the requirements.  Most developers write transformation script in the transform message or set payload components. The language is tightly integrated with the Mule runtime engine and is a must-learn for every MuleSoft developer. A few examples… Continue reading Transforming messages with DataWeave

Deploy Applications to Runtime Manager using Anypoint CLI

MuleSoft Anypoint Platform provides a command-line tool to work with the Anypoint platform and Anypoint Platform Private Cloud Edition. We can deploy applications to Runtime Manager using Anypoint CLI tool.   Setting up Anypoint CLI Download and install NodeJS, if not installed already Once installed, run the following command to install Anypoint CLI, npm install… Continue reading Deploy Applications to Runtime Manager using Anypoint CLI