I would like to seek for your advice if you have any idea or you have already encountered this issue “SSL/TLS handshake Issue” ? To give you a summa
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
We are using Azure CI/CD and we are deploying to CloudHub and/or On-Premise using the maven plugin. But each deploy also downloads some dependencies, which take
I have below json as my input payload and I want to fetch groupvalue where groupname is b. How to do this in dataweave ? [ { "groupName": "a", "group
I'm using a split function to create an array from the results, so I can use the foreach loop. The foreach loop contain HTTP request connector that takes the ar
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
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
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
I am using SonarQube to validate artifactId, modelVersion etc in pom.xml file for a mule application.To validate these nodes, I have build some rules in SonarQu
Is it possible to convert an html input to JSON using mulesoft? For my case specifically, I am trying to convert an HTML table to JSON arrays. Input: <ta
Unfortunately I haven't been able to solve it yet. I'd really appreciate it if someone could look into it. thanks everyone I run into an issue with Mule 3 is th
It is possible using multiple RAML files in one APIKit Mule Project? Let's say I have two functions /api/func1 and /api/func2. Each of the functions is defin
my input xml: <Root> <Element> <Record att="a">value</Record> <Record att="b">value</Record>
There is an external service (lets say "https://external-service.com/service") which is secured by OAuth2. I have client ID (Lets say "123_my_client_id"), Secre
I am running mvn clean test command on Mule Mnuit test cases. I end up with an API incompatibility error: [ERROR] Failed to execute goal com.mulesoft.munit.too