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.

MuleSoft is a company name, not a product.

MuleSoft was acquired by Salesforce in 2018.

MuleSoft produces the Anypoint Platform, which consists of:

  • Anypoint Exchange
  • Anypoint Security
  • Anypoint Analytics
  • Anypoint Studio
  • Mule runtime engine
  • etc.
1619 questions
0
votes
1 answer

Mulesoft 4, How to get only the value of a tag from xml file

New to Mule4 and have a question. I am posting a simple xml file using postman 1234 In my flow I have Listener->TransformMessage->logger Inside TransformMessage I have the following: Added a new target called f1 as…
borna
  • 906
  • 3
  • 12
  • 32
0
votes
1 answer

attributes validates to null after using Scatter-Gather

I have a flow that reads a file, distributes to content to 2 subflows using Scatter-Gather and moves the file upon completion to Output/XML or to Failure/XML on failure. In both scenarios the expression: attributes.fileName fails because attributes…
Peter
  • 1,844
  • 2
  • 31
  • 55
0
votes
0 answers

Slow data processing mulesoft Batch Processing

I am using Batch Processing in Mulesoft but the issue is like the data load is very slow. Tried removing the entries in ObjectStore but no luck. Is the population of ObjsectStore slowing down the data load? Or what can be the root cause? I tried…
0
votes
1 answer

Anypoint CLI VS ARM REST Services (which one is preferred for Automated Deployment?) Using Cloud Console on-premis Deployment

I wanted to Automate the Cloud Console on-premis Deployment process. I see two options to deploy the services using anypoint-cli or Rest API. Can some one please let me know what are the differences between them and which one should i choose(In…
krishna m
  • 227
  • 1
  • 4
  • 19
0
votes
1 answer

Adding two hours and minutes in dataweave 2.0

I need to sum the below hours and minutes. [{"hours": 20.50},{"hours":30.55}] expecting result should be: [{"hours" : 51.45}] How do you think I can add the hours in dataweave 2.0 if not help me in java.
Learner
  • 157
  • 2
  • 17
0
votes
0 answers

Mulesfot - Create custom notification using CloudHub connector

I tried to use the option "Create Notification" to CloudHub Connector. I used this guide https://dzone.com/articles/cloudhub-connector-with-mulesoft. But the notification didnt´apper... I saw the flow... But i think it is correct.enter image…
Mai Ruveda
  • 23
  • 3
0
votes
0 answers

Mule 4 response naming and extension configuration

Here I am getting a response from my api but the thing is I am getting(downloading) the file by the name CAT-L489-H342 which is without any extension. What I want the response name to be like this Datasheet-CAT-L489-H342.pdf as I am getting the…
0
votes
0 answers

how to import or include another yml file in a yml for mulesoft manifest

I am using global-sub.yml as mulesoft manifest which is inherited from a global.yml. now i want to import or include another yml file. such as db2.yml or oracle.yml in global-sub.yml. I tried several patterns but always failed. how to make it…
0
votes
1 answer

Mule sftp inbound connector stopped polling files after processing 20K files

Use case: process large number of files(30K files per day) using SFTP inbound Issue: After processing 20K files, SFTP inbound connector is not polling files, it remains idle Current impl: We have used Queued Asynchronous Processing Strategy at flow…
Kiran
  • 29
  • 1
  • 8
0
votes
0 answers

Cannot open a new cursor on a closed stream, what does it mean in Mule 4?

I am new to Mulesfot and Mule4 and I am still trying to understand how things works here. Check the following image: On the first processor I am calling a Salesforce URL and getting an XML back which I am transforming to a JSON in the second…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
0
votes
1 answer

Need to identify mule operator

I want to convert my json list of data into an array I tried using pluck and flatten but I got confused with the expression I want to convert below json. Here relatedPartList and deliverableFileList are coming multiple times but I want to put it…
0
votes
1 answer

Anypoint Platform - Connect API Manager with Cloudhub App using Autodiscovery ID

I have designed an API using API Designer and I deployed it in API Manager. Then, I have imported the API from API Designer in my application/project from Anypoint Studio. I have added an autodiscovery configuration. I set the flow which has the…
gtx911
  • 1,189
  • 4
  • 25
  • 46
0
votes
1 answer

how to set input parameter in select query of anypoint

how to set input parameter in select query on anypoint-stutio i'm newer on anypoint studio. and i'm tring to get some data from database . but i don't know how to set input parameter in anypoint. may i know who can provide some guides or cookbook…
maomifadacai
  • 357
  • 2
  • 4
  • 17
0
votes
1 answer

How to convert a string to camel case in Mule 4

Is there any function to convert a string ex: "iamhuman" to camel case "iAmHuman" in Mule 4 application.
0
votes
1 answer

How do I add a string to a Java list in a Transform Message component?

I am setting a var like follow: Then I am trying to add elements to that list inside a foreach loop as…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
1 2 3
99
100