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

Error while update Mulesoft Runtime version to 4.2.1

I am trying to update my mule run time to 4.2.1 in my anypoint studio and receiving the following error while installing the updates. If anybody faced a similar issue and could resolve it, please help. Run time update error image
0
votes
0 answers

Mule4 consuming rest API(s)

localhost:8081/getproduct/? productids=5d668dab0be6a263d464e822&productids=5d668daf0be6a263d464e823 have this API. How to set it in query param of mule4? I am using set variable for that but then I am able to pass only one productid using…
0
votes
0 answers

Is it possible to have two consecutive request in a single flow in Mulesoft 4?

I have a flow that request two different apis I tried it but got an error about a schema required fields, but when I tried to remove one request (either of the two), it will run successfully.
San
  • 307
  • 1
  • 3
  • 18
0
votes
1 answer

I am trying to consume a SOAP service with an HTTPS url in Mule with AnypointStudio

enter image description hereI am trying to consume a SOAP service with an HTTPS url in Mule with AnypointStudio, but it sends me an error "un.security.validator.ValidatorException: PKIX path building failed: …
gimberg
  • 3
  • 2
0
votes
1 answer

How to throw an error message if id field exist in POST request in Mulesoft 4

How to check if id in post request should not be included. I have 2 scenarios. request body: { "name"="John" } Expected result: "Success" request body: { "id"="323", "name"="Jane" } Expected result: "id field should not be…
San
  • 307
  • 1
  • 3
  • 18
0
votes
1 answer

How to check if a field is null on payload from request body in Mulesoft?

I have 2 scenarios. request body: { "id"="", "name"="Jane" } Expected result: "Success" request body: { "id"="323", "name"="Jane" } Expected result: "id field should be emptied."
San
  • 307
  • 1
  • 3
  • 18
0
votes
1 answer

Outbound IPs whitelist in B2B

I have Outbound IP range from partner system(server) whose HTTPS URL we are trying to connect to transfer files but since no APIs are involved , how to check if IP's are whitelisted or is it any way to Whitelist that IP range in anypoint Studio7…
Jini
  • 1
0
votes
0 answers

Mule Imap connector returns empty body content

Mule need to poll the bounce emails from office 365 to detect if it is a hard bounce or soft bounce . When polling from imap connector mule is returning only subject and headers but returning body as empty with mimeType =multipart/report . Could…
hm510
  • 21
  • 1
  • 2
0
votes
1 answer

Mulesoft - Export Log To AWS CloudWatch

I am planning to export logging from MuleSoft CloudHub to AWS CloudWatch. I saw there is one AWS CloudWatch Connector in GitHub: https://github.com/mulesoft-labs/mule-amazon-cloudwatch-connector/tree/master/mule-cloudwatch-connector Is there any…
Jerry Chong
  • 7,954
  • 4
  • 45
  • 40
0
votes
1 answer

Using non Static Java Class in Mule

I'm trying to implement some custom Java code in a non-static manor. I've used the "NEW" component under Java modules, so I can use the "INVOKE" component later. XML for Component
jradich1234
  • 1,410
  • 5
  • 24
  • 29
0
votes
1 answer

how to make MuleSoft webconsumer connector fields get dynamic values

Invalid wsdl location. The property key is not being read. Steps that I've done so far 1. create dev.properties file 2. inside dev. properties file Web Service…
Scott Jones
  • 175
  • 2
  • 12
0
votes
1 answer

in mule 4 transformer Is it possible to use above defined key below

I am working on mule 4. I want to use the key defined above in transformer below. for example, my transformer is %dw 2.0 output application/json --- { name : usama, age : 24, value: age } here in the third key i.e. "data" I want to use…
M.Usama
  • 3
  • 2
0
votes
1 answer

How to convert json to csv using mule 4 dw 2.0?

I'm trying to convert json to csv format in mule 4 dataweave 2.0. But it's not working. Is there anything specific for csv format that we should add in our dataweave ? I tried in my dw writing : %dw 2.0 output application/csv --- …
pat ch
  • 5
  • 2
  • 4
0
votes
1 answer

Tabular Data to Nested JSON

I am trying to convert tabular query output to nested JSON using MuleSoft. My query output is like below: ---------------------------------- Customer | Order | Items ---------------------------------- C | Order1 | Itm1 C | …
Khorshed Alam
  • 314
  • 2
  • 11
0
votes
1 answer

Mulesoft connector for deduplication based on id from REST GET API

Coming for Zapier world to Mulesoft, Zapier has a REST poll connector which polls REST GET APIs and can deduplicate records by Id to find newly created records and stream those records periodically. I am just curious if such connector exists in…
Anurag Sharma
  • 2,409
  • 2
  • 16
  • 34