Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [mulesoft]

This tag is not clearly aligned with a specific MuleSoft product. If the question is related to the Mule ESB or Mule Runtime product please use the mule-esb tag instead.

0 votes
0 answers
11 views

Salesforce create-job-bulk-api-v2 Upsert operation for UpdateOnly

I'm using salesforce create-job-bulk-api-v2 with Upsert operation in Mule 4 and as per this documentation https://developer.salesforce.com/docs/atlas.en-us.250.0.api_rest.meta/api_rest/...
Maryam's user avatar
  • 495
0 votes
1 answer
30 views

Mule 4 anypoint mq subscriber - circuit breaker any way to print in logs to indicate circuit breaker activated and messages will not be processed?

This followup question is to this one asked earlier: Now Circuit breaker is working thanks to the answers on earlier question . Now as a followup - is there a way that we could print in logs whenever ...
boomslaw's user avatar
0 votes
0 answers
11 views

Mulesdot integration with Oracle EBS Connector

I'm trying to connect to Oracle EBS through mulesoft provided Oracle EBS connector 12.2. In that I want to use "Invoke PL/SQL REST Service" module of EBS Connector. I'm not sure what needs ...
Kunal Awasthi's user avatar
0 votes
1 answer
40 views

Dataweave: How to filter elements on the array from a different attribute in the same array of objects?

Could you please help me with Mulesoft dataweave script for below transformation. Input Json: [ { "schoolName": "ABC", "SchoolId": "3444444", &...
Rohitbit00's user avatar
0 votes
1 answer
49 views

Mule 4 anypoint mq subscriber - circuit breaker not working

Am trying to implement a circuit breaker pattern . Using Mule 4.4. Am consuming a message from Anypoint MQ queue and then trying to call a downstream api here is the code : <flow name="create-...
boomslaw's user avatar
-2 votes
1 answer
53 views

Merge multiple PDF files using Java and Mulesoft [closed]

The Challenge: Merging PDFs As integration Medium, our tasks often involve consolidating information scattered across multiple documents. Merging PDF files is a common requirement that can be ...
Integraty_dev's user avatar
0 votes
0 answers
26 views

Mule 4 custom policy performance improvement

I recently developed a Mule 4 custom policy which intercepts an incoming request, makes an api call using the req body and from the response received, it appends a header with the response value. The ...
Syed Mustaqhim's user avatar
0 votes
1 answer
52 views

Mulesoft Getting timestamp format issue

My date input is createdate=20230425(yyyyMMdd) and I am trying to delete records from oracle database Query: Delete from employee where create_date = :createDate In oracle,field DataType is DATE (25-...
deepuKumar's user avatar
0 votes
1 answer
46 views

How to verify that all elements of a list comply with some conditions

I have this input payload to a Mule 4 application: { "P_CUST_ACCOUNTS": [ { "ACCOUNT_NUMBER": 62972, "ADDR_CHG_FLAG": "N" }, { &...
airmail's user avatar
  • 13
0 votes
0 answers
32 views

Updating many records at once in MongoDb using Mulesoft

I wanted to update many records at mongoDb using mulesoft and this connector: <mongo:update-documents I didn't find any examples where somebody updatedmany records at once but i can see that there ...
Антон Олег's user avatar
0 votes
0 answers
33 views

Connect mulesoft api to vb.net console application

I am developing a .NET Framework 4.0 console application in VB.NET. I'm trying to connect to an API using HttpWebRequest, but I keep encountering the following error: System.Net.WebException: 'The ...
Shrutika Jaiswal's user avatar
0 votes
1 answer
53 views

Batch update of records in MongoDB

I iterated over records in the batch step and in Batch Aggregator I wanted to update all of them at once in mongoDb. Is there a way to update them all together or I need to separately update each one ...
Антон Олег's user avatar
0 votes
1 answer
44 views

Limit API logs to Fewer Environments

I am in the process of sending my API logs from MuleSoft CloudHub to Datadog. I am able to send the logs by making the necessary changes to the application's log4j2.xml. We have several MuleSoft ...
Triumph Spitfire's user avatar
0 votes
1 answer
40 views

Mule 3 vs Mule 4 - is payload immutable?

We are migrating a Mule 3 api to Mule 4 and am observing some behaviour which am not able to make sense of in Mule 3 ..... We have an incoming payload from an HTTP endpoint { empId: 10, empAge: ...
GettingStarted With123's user avatar
0 votes
2 answers
51 views

how to add double quotation for each items of array in the dataweave

as our postGreSQL server is not Case Sensitive. but there have some tables which are migrated from other DB. we have to use double quotation for the columns when we select data from db. for example , ...
maomifadacai's user avatar

15 30 50 per page
1
2 3 4 5
119