Pre-requisites We need to have an Anypoint Studio should be set up. We need to have a Salesforce developer account. Create a Salesforce custom object with some fields, as per the requirement. Click on Create in the home section, which is on the right-hand side. Then click on a custom object, then fill in the […]
Overview: – What Are MuleSoft Platform APIs?: – Click here Anypoint Exchange (mulesoft.com) Prerequisites: – Steps to deploy the Mule application: – Step 1: Open Postman, configure as shown below, and hit the API POST https://anypoint.mulesoft.com/accounts/login Content-Type: application/json Body: { “username”:”ANYPOINT_PLATFORM_USERNAME”, “password”:”ANYPOINT_PLATFORM_PASSWORD” } Note: – If you are getting any response like an […]
Overview: – What is a Domain Project: – Advantages of Mule Domain Project: – Note:- Let’s demonstrate a simple use case to understand about Domain project clearly. Use Case: – Deploy two applications with the same port on Mule standalone run time. Note: – Generally, each application needs to be deployed on different ports otherwise […]
Overview: – What is Mule Standalone Runtime: – Prerequisites: – Download Mule Standalone Runtime: – Step 1: Click the link below to download the Mule standalone server. https://www.mulesoft.com/lp/dl/anypoint-mule-studio Step 2: Select the product as Mule Standalone from the dropdown. Provide the below details and click on download. Step 3: Check your email inbox for downloading […]
Fragments in RAML Data Types Type: number External Datatype file #%RAML 1.0 DataType Main RAML file: types: name: !include /DataTypes/nameDataType.raml /students: get: queryParameters: name: required: true responses: 200: body: application/json: example: !include Examples/getStudentsResponse.json In the main RAML file, we’ll create a placeholder and we’ll make of that placeholder to refer […]
Pre-requisites Anypoint Studio: Database: Choice Router In MuleSoft *Note: First we’ll check whether that particular record is present in the DB, if it is there then we’ll update the record, else we’ll insert the record. Steps: 2. Following the addition of the listener component, include two loggers to mark the beginning and the end of […]
Messaging Service Overview: Queue: Topic: Let’s discuss Solace Messaging Service. Solace Overview: Once we hit the create service it will take some time to create the service for us. Once the service starts we can see the Message Broker service is running in the status page. We need to get the client credentials from the […]
API Groups Introduction: API Groups feature provided by MuleSoft is used to organize and manage multiple APIs under a single entity. These APIs can be organized and managed based on the environment and organizations. Benefits: Setup: Note: For this document, we are considering the detailed view for which we will start from scratch. Step-1: Create […]
Introduction What is Object Store v2 Rest API? The Object Store v2 APIs allow you to use REST for the following operations: Object Store V2 REST API Anypoint exchange link : https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/object-store-v2 Implementation Step 1: To use the Object Store V2 REST API we need to have an application deployed in CloudHub with object store […]
Introduction What is an Object Store? An object store is a mechanism for storing objects within or across Mule applications. The Mule runtime engine (Mule) leverages object stores to persist data for future retrieval. Internally, Mule uses object stores in various filters, routers, and message processors that require state persistence between messages. Where are object […]