Category "mule4"

Mule HTTP POST Request Remotely Closed error

If backend system(REST API) is not closed the connection when they send the response payload as response then how can we close the connection intentionally from

Getting "Couldn't find class" error in mule application 4.3.0 after deployment

I have created a Mule 4.3 application which invokes a non static Java method. The application is getting built and deployed successfully but I'm getting a "Coul

How to pass JSON array using JAVA component in Mule 4, as i am getting error if i pass JSON array

Cannot coerce Array { encoding: UTF-8, mediaType: application/java; charset=UTF-8, mimeType: application/java, raw: org.mule.weave.v2.model.structure.SeqArrayVa

MEL to DataWeave conversion

We are migrating Mule 3 app to Mule 4 where we have encountered below MEL. Any inputs on how to convert it to DataWeave. mel:prevProperties.get(payload.get("A1

validating multiple input query params in Mule 4

I am using Mule 4.4 community edition I have a GET endpoint with 4 query params: empId ( mandatory ) collegeId ( mandatory ) subject ( either subject or

Finding the contentLength for response from Salesforce Connector Mule 4

I have been working on a mule app(4.4.0) where it calls a salesforce query connector and converts the response from SF connector to CSV and then upload the CSV

How to iterate over the fault message in Mule 4

In my case, I tried to convert the below Mule Expression Language (MEL) script to DataWeave 2.0. MEL script on Mule 3: import java.util.Iterator; import org.dom