Question: I’m migrating my Mule apps from 3.9.0 to Mule 4.4.0. I’m using a Java object to propagate metadata and other objects across transports. Here is a snippet of that class: the static methods being called (simplified for example): and ...
Question: I am fetching customer contacts from salesforce which are coming as array of objects as shown below I need output to be array of arrays, each sub array should have all the customer details of atmost three different customers. ...
Question: I have a flow where I have a connector to query and connector create record in Salesforce. I am a newbie to Mulesoft and the Munit tests. I just created a simple Munit tests for the flow with one ...
Question: I have been struggling with the Munit tests for the flows I created. The Flow have couple of Salesforce connectors to Query, Create. So in my Munit tests I have the Mocks added but it seems like I am ...
Question: I want to remove all the namespaces from my XML input. Input payload required output: Answer: Based on previous answer https://stackoverflow.com/a/71022382/721855 this function removes all namespaces without the need to specify one. If you have better answer, please add ...
Question: My requirement is to clear all the messages from queue before processing the flow or publishing anything in the queue. We are using rabbitMQ and due to some reason messages are stucked in the queue and because of that ...