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

New Confluence wiki page event to custom Application

We have a requirement to capture New wiki page creation event and call our REST APIs to create corresponding data in our application. Since I am just getting started, could you please point me if there are any Confluence connectors I can use out of…
Anurag Sharma
  • 2,409
  • 2
  • 16
  • 34
0
votes
1 answer

Design to approach Scheduler with time consuming HTTP request

I need to design a flow which should trigger the scheduler for every 3 min and it will fire an HTTP request. The HTTP request is a time-consuming operation say it has to fetch/write some 15-50 MB file. While the request is still getting processed I…
veejay
  • 81
  • 2
  • 12
0
votes
2 answers

File reading in Mule CE Cluster environment

We are currently working on application running over Mule CE run-time. Reading a file from shared mount folder is fine on local machine. But in production cluster environment, we have 2 nodes each polling the same location. There is a possibility…
Sambit Swain
  • 131
  • 1
  • 13
0
votes
1 answer

MuleSoft Application Consumer of a Kerberos Secured API

I am currently developing a Mule 4 cloudhub interface that need to consume data coming from a Kerberos Secured API. I am having problems using the HTTP connector to use my keytab to authenticate I can successfully issue a CURL command to the API but…
Paul D.
  • 181
  • 2
  • 16
0
votes
0 answers

How to read a file content from Bitbucket via a Mulejob?

I have a requirement to integrate data from Bitbucket through Mulejob. Not looking for CI/CD integration, I mean actually read content of a repository file through Mule. Also given, I am a newbie to Mule. I am able to read a content of a repo branch…
tulip
  • 1
  • 1
  • 2
0
votes
1 answer

How to Post BASE64 string using mulesoft

So I receive plain text which contains image coded in base64 format. String I receive from request IMG : Example : iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkYPhfDwAChwGA60e6kgAAAABJRU5ErkJggg== I need to post this string to…
0
votes
1 answer

Is it possible to change the behaviour of a processor in runtime using mule 4 API?

Lets say if there are two flows A and B in a mule application. flow A has some processers and flow B performs some batch processing like loading data from a hadoop datastore and performing data wrangling and saving data to CSV files. Flow A triggers…
Siva
  • 98
  • 6
0
votes
2 answers

MuleSoft JSON Array Filter

I am trying to extract formatted address, lat, lon using using google API. The JSON output looks like below: var inpt = { "results" : [ { "address_components" : [ { "long_name" :…
Khorshed Alam
  • 314
  • 2
  • 11
0
votes
1 answer

Generate Array from Array

I have an input like: [ { "Attachments": [ { "FileType": "pdf" }, { "FileType": "txt" } ], "Name": "test" }, { "Attachments":…
Hemant
  • 61
  • 1
  • 4
  • 10
0
votes
1 answer

How to make HTTPS request from mule ESB?

How to make HTTPS request without port from HTTP component ? I can't use url with port 443 or 80 because port number just appending with url and it says invalid url. So how to make request just with URL instead of enter port number ? Also, If i have…
user2848031
  • 187
  • 12
  • 36
  • 69
0
votes
1 answer

How to pass table name dynamically in select query for sql connector in mulesoft?

I have a select connector in my mulesoft web API and I want to fetch data using SQL query but I need to pass table name dynamically. I tried $(vars.table) but it is not working. #["Select * FROM $(vars.tableName)"] Should execute the SQL query…
Manish Jain
  • 217
  • 1
  • 4
  • 16
0
votes
0 answers

I'm trying to consume external API and configured the base path and query params

Root Exception stack trace: java.net.URISyntaxException: Illegal character in query at index 513:…
sunny
  • 1
0
votes
0 answers

Mule Web Service Consumer Community Edition 3.9

I have requirement to consume web service through mule CE 3.9. My payload already built with SOAP structure i.e. Envelope, Header and Body (That's what I am getting as input). When I passed my payload Web Service Consumer internally appends my…
Mind Peace
  • 905
  • 8
  • 29
0
votes
1 answer

MuleSoft: DataWeave 2 Converting payload to DynamoDB Request

am trying to convert below sample json : { "SourceKeys": [ { "key": "Branch", "value": "123" }, { "key": "Code", "value": "456" } ] } to this format : { "M": { "Branch": { …
Learner
  • 157
  • 2
  • 17
0
votes
1 answer

Experience API : Approaches to formulating an Experience API

Our Platform architecture is built around API Led Connectivity which was designed by Mulesoft(Doc). So this architecture helps us to identify and classify our microservices. The tricky part here or maybe the part that I am confused about is the…
Jeson Dias
  • 883
  • 2
  • 11
  • 26