1,846 questions
0
votes
0
answers
24
views
Problems deploying the MuleSoft Flex Gateway container on Azure App Service for Linux containers [closed]
I am experiencing issues when deploying the MuleSoft Flex Gateway Docker container on Azure App Service for Linux containers. Although the image runs correctly on my local machine using Docker, the ...
0
votes
2
answers
66
views
How to send a literal time to a Salesforce Time field from DataWeave without timezone conversion?
I'm using MuleSoft to send data to a Salesforce custom object. My object has a field named Shift_End_Time__c, and its data type is Time.
My source system provides this time as a string in UTC format, ...
0
votes
0
answers
49
views
Cloudhub 2.0 Ingress Timeout when forwarding Logs
We have a mule application and we are trying to load test the application with 8K records. It's a simple application that gets the request, sends its to GCP to fetch a value and then provide that ...
0
votes
1
answer
89
views
MuleSoft DataWeave Date Time Formatting
Using input payload of
{
"Date": "2025-09-09T18:03:06.830"
}
I'm trying to get an output of
"2025-09-09T18:03:06.830Z"
I've tried this DataWeave
%dw 2.0
output ...
3
votes
2
answers
237
views
Process .DAT files which contains PDF
I will be receiving a .dat file which contains multiple pdf files encoded as base64 string which will be separated by a new line or some character.
Initial approach is read -> payload splitBy “\n” -...
0
votes
0
answers
46
views
Power Automate API to Mulesoft IDP Document Action base64ToBinary Error
I'm trying to create a Power Automate Flow in cloud that sends a PDF to Mulesoft's IDP. I already created a document action on Mulesoft's site so I have the POST URI ready to go.
For some reason, when ...
-1
votes
1
answer
82
views
debug java method in MuleApp
In my Mule app, I’m using the Invoke Static (Java Connector), and it works like a charm.
However, when I set a breakpoint in the Java method, it doesn’t stop at the breakpoint.
Does anyone know why?
P....
0
votes
1
answer
85
views
Using MuleSoft Transform message initialize variables when payload is null
I am using the MuleSoft Transform Message component to initialize variables testIP and testDomain. It works well when the payload is not empty, but throws an exception when the payload is null or ...
0
votes
1
answer
108
views
Unable to read DB using Mulesoft SELECT connector
I'm trying to read a Table data in MYSQL DB using Mulesoft SELECT connector, but it's failing with the following error below
java.lang.RuntimeException: Attempted to send invalid data through http ...
0
votes
1
answer
43
views
How to merge two lists based on a matching string and assign incremental numbers to each object using Mulesoft DataWeave
How can I merge the following two lists ids and attributes based on the matching did field and for each matched pair increment the iterid values
For example I have two lists below. size of the list ...
0
votes
1
answer
82
views
Question about "On Error Continue" in Mule
I have a question regarding the behavior of On Error Continue in Mule.
In my scenario:
A private flow throws an error.
The private flow uses On Error Propagate.
The main flow uses On Error Continue.
...
1
vote
0
answers
135
views
How to map auto-generated key column in MuleSoft Insert Database Connector?
For insert database connector, I try to map column name PROJECT_RECORD_ID on auto generated key colums names as below shown.
The result for payload of insert database looks like below, which doesnot ...
0
votes
1
answer
125
views
Is there a way to grab the JSON response message of a POST Request in Mulesoft?
I am working on building a Mulesoft application that GETs a bunch of information from one API endpoint, transforms it and makes a POST to another endpoint. However, when I try to make a POST that has ...
0
votes
1
answer
76
views
MuleSoft http request connector header in literal mode issue
Hello Mule Developers,
I noticed that in the MuleSoft HTTP Request Connector, the header in literal mode requires quotation marks (""). For example, it needs to be written as "${...
0
votes
1
answer
97
views
JSON conversion to XML using attributes and namespaces
I have a JSON payload that I need to convert into an XML. However that JSON payload has many fields starting with '@' which are supposed to be the XML attributes. So when I converted those into XML ...
1
vote
1
answer
81
views
How to sum values of same keys from objects in an array using Dataweave
The first key should remain as is, and the rest should be added as below output. The slash "/" is required at the end.
This is just an example, the DataWeave script needs to be dynamic.
...
1
vote
1
answer
186
views
Using the DataWeave update operator, how can I target a nested node with a dynamic reference?
I'm trying to use the DataWeave update operator to either modify or delete a nested node in a JSON payload. The node's path will be passed dynamically and will change, so it can't be hardcoded.
The ...
0
votes
1
answer
98
views
Mulesoft Http request fails but Php Curl works fine
Here is my curl code - it works fine:
$url="XXXXXX";
$key="XXXXXX";
$data='[{"producerNumber":"0500555"}]';
$relativeUrl = '/producer/npn';
$...
0
votes
1
answer
66
views
Mule 4 convert a string with an Array of enclosed Json Objects into individual Json objects
[
"{ "Context" : [ { "PeriodOfServiceId" : "30000020", "PersonName" : "LANA, LANA", "PersonNumber" : "259", &...
0
votes
1
answer
92
views
How to loop through the attributes inside the XML and update its value?
I have an XML where I want to find a particular attribute 'type' shiprefnum under ReferenceNums->Reference and replace the value to 124215133_AB_00010.
Input XML:
<?xml version='1.0' encoding='...
1
vote
1
answer
94
views
How to retrieve the second XML element with a specific attribute value in DataWeave 2.0
I am working with MuleSoft DataWeave 2.0 to process an XML payload. I need to extract the second <wd:ID> element where the attribute wd:type equals "Learning_Course_ID".
Here is a ...
0
votes
0
answers
51
views
Mule's predefined error types and their associated Java exceptions?
I am a little confused with Mulesoft's predefined error types. Is there the associated Java exception with each of them? For example, what could be the associated Java exception for the Mule error ...
1
vote
1
answer
140
views
required type 'int' for property 'maxConcurrency'; nested exception is java.lang.NumberFormatException - MuleSoft
After updating an app from Mule Runtime 4.4.0 to 4.6.9 an error occurs during deploy on CloudHub. ** when deployed on Studio the app runs without raising an error.
The error on CloudHub:
Your ...
0
votes
1
answer
106
views
Variable Output Type in Transform
In the example below, When I create variable in Transform, I sometimes use application/java
and some times use application/json . It seems that the target system using this variable doesn't care
...
0
votes
0
answers
164
views
MuleSoft 4.6.9 - Stored Procedure in Oracle with XMLTYPE - javax.xml.parsers.ParserConfigurationException
When I try to update the Runtime version from 4.4.0 to 4.6.9 and Mule Maven Plugin (MMP) from 3.5.4 to 4.3.0 the execution of the application shows: javax.xml.parsers.ParserConfigurationException
...