Setup an Embedded Apache Derby Database in Mule 4
Overview Apache Derby is a RDBMS which is implemented in Java. It is an open source database developed by Apache Software Foundation. Derby provides an embedded database engine which can…
Overview Apache Derby is a RDBMS which is implemented in Java. It is an open source database developed by Apache Software Foundation. Derby provides an embedded database engine which can…
This is the last in a 3-part series on how to connect to Salesforce Marketing Cloud (SFMC) using MuleSoft. In the previous articles, I showed you how to set up…
https://youtu.be/Fad_shR9hMw
Overview Snowflake is an analytic data warehouse provided as Software-as-a-Service (SaaS). Snowflake provides a data warehouse that is faster, easier to use, and more flexible than traditional data warehouse offerings.…
Overview MongoDB Atlas is a global cloud database service for modern applications. It allows developers to deploy fully managed MongoDB across AWS, Azure, or GCP. Using MuleSoft’s MongoDB Connector, you…
Overview Salesforce Lightning Flow Builder is a process automation solution that provides a fast and easy tool to assemble flows. While Flows allow you to easily interact with Salesforce Objects,…
Overview Reuse is a major tenant of the MuleSoft Anypoint Platform. Instead of being a black box where developers don’t know what the code is doing under the covers, they…
This is the part 2 in a 3-part series on how to connect to Salesforce Marketing Cloud (SFMC) using MuleSoft. In the first part, I walked you through the process…
Overview If you’ve worked with the Web Service Consumer connector, you’ve probably run into this error message at one point when given a SOAP endpoint. RPC style WSDLs are not…
This article will you walk through how to connect to Salesforce in your Mule application using OAuth JWT authentication. The article is divided into three parts. The first part will…