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

Create Custom Connector using Mule XML SDK

MuleSoft creates a great opportunity of reusing the readily available connectors but in some cases, the connector might not be available for connecting to a particular system. We need to write custom logic like spring beans/Java code to connect to it. However, if we don’t want to include the same logic in every API integration… Continue reading Create Custom Connector using Mule XML SDK