Read SAP Tables With RFC_READ_TABLE in Mule 4 Using SAP Connector

In this article, we are going to see how to make an RFC (Remote Function Call) to SAP and what different options are available to get your desired data. We'll also learn how to make use of various operators like AND, OR, IN, and many more, and what the default structure of RFC_READ_TABLE input looks like.

Whenever you are working with SAP, you will surely go with RFC calls and a lot of developers struggle to write XML queries for RFC.

Integrating NoSQL Database With Mule 4 (OOTB Cassandra Connector)

What Is a NoSQL Database?

A NoSQL database provides a mechanism to store and retrieve data other than the tabular relations used in relational databases. These databases are schema-free, support easy replication, have simple APIs, are eventually consistent, and can handle huge amounts of data.

The primary objective of a NoSQL database is to have:

Integrating Slack With Mule 4

Integrating Slack With Mule 4

Slack is a cloud-based application that provides real-time messaging, archiving, search, persistent chat rooms, and more. Mulesoft has a connector for Slack. The Slack connector provides 2-way integration between the Slack messaging system and others in Mule ESB.

This article talks about how to do streaming from Slack using their API in Mule ESB.