1,848 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
61
views
How to suppress phantom errors in match operator using DataWeave 2.x
There is an inevitable error thrown when I use the DW 2.x match operator in what should be a pretty classic scenario.
Postulate that we have a String, an Array of String, and an Object.
Further, we ...
3
votes
2
answers
92
views
Adding the unicodePwd attribute to a new Active-Directory account with Mulesoft LDAP connector
I want to create an account in Active Directory(AD) with the LDAP Mulesoft connector. I can do his without a problem but it works ONLY when I don't submit the user password(unicodePwd). So the problem ...
-3
votes
0
answers
40
views
Payload return after bulk upsert in SAP HANA [closed]
I'm performing a bulk operation into SAP HANA, normally a table without duplicate values I would expect a return from the bulk update component, of a payload
[
1,
1,
1,
1,
1,
1,
1,
1,
...
0
votes
1
answer
70
views
Mulesoft batch processing takes so long
I have a flow that uses a batch process to synchronize data into two target systems after receiving data from a source.
The batch contains two steps, and each step is encapsulated inside a try scope ...
0
votes
1
answer
97
views
MuleSoft logger component error at anypont RTF
I am using mulesoft logger component at my project, at local it works well
but at prouduction env (RTF) I always get below error, although I could see log output as well
ERROR StatusConsoleListener ...
0
votes
2
answers
82
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, ...
1
vote
1
answer
110
views
How to extract and clean JSON payload inside CSV field from multipart data in MuleSoft DataWeave 2.0
I am working in Mule 4 using DataWeave 2.0 and trying to transform a multipart/form-data payload that contains a CSV file.
Here is a simplified example of my input payload (multipart):
----------------...
0
votes
0
answers
62
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
2
answers
101
views
Failing to create Mule Maven projects from command line
I am trying to create mule project for Mule Community edition. I cannot use studio for this particular use case. I was trying the following steps
mvn archetype:generate \
-DarchetypeGroupId=org....
0
votes
1
answer
122
views
MuleSoft DataWeave Date Time Formatting
Using input payload of
{
"Date": "2025年09月09日T18:03:06.830"
}
I'm trying to get an output of
"2025年09月09日T18:03:06.830Z"
I've tried this DataWeave
%dw 2.0
output ...
0
votes
0
answers
57
views
How to override traits error response structure in raml
There is a trait defined for error response which has all error codes but for few resources I want to update a separate error response for few error codes like 400,403. I defined the 400 error data ...
3
votes
2
answers
245
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
71
views
Mvn dependency tree for test
I need a way to generate dependency tree for test execution in my project that uses munit maven plugin and get all the dependencies that are downloaded as part of code coverage execution
I tried many ...
0
votes
0
answers
51
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 ...
0
votes
0
answers
70
views
Flex Gateway-MULE: Replace Authorization Header After OAuth Authentication for Backend Compatibility
Good morning,
I have a question regarding the use of Flex Gateway in MuleSoft. I would like to know if it's possible to configure, at the level of an experience API published on Flex Gateway, a way to ...