Anypoint Studio (formerly know as Mule Studio) is an Eclipse-based integration development environment from MuleSoft.
Questions tagged [anypoint-studio]
1133 questions
0
votes
1 answer
How to execute dynamic query in anypoint studio?
currently I am trying to create one application using Any point studio. But stuck here...
I am having two select query to fetch the data from two different tables of a single database and according to the request it will decide from which table the…

bijay
- 1
0
votes
1 answer
Mulesoft - DevKit Tutorial build failure (cookbook)
I am working on the Tutorial and am running into the following error when I attempt to do a maven build :
cd ~/dev/mule-cookbook
mvn install eclipse:eclipse
[ERROR] Failed to execute goal on project sdk-client: Could not
resolve dependencies…

KickinMhl
- 1,218
- 3
- 14
- 32
0
votes
0 answers
How to pass parameter to soap web service using webservice consumer in anypoint
Can anyone give me an example how we can pass parameter to webservice if we are using ws:consumer in Anypoint Studio.
i have to pass object…

Arpan Paliwal
- 234
- 1
- 7
- 20
0
votes
4 answers
Anypoint DevKit plugin in Anypoint Studio installation issue
Installing Anypoint DevKit Extension in Anypoint studio which is installed as Eclipse Plugin. In install remediaton page, checked the option "update my installation to be compatible with the items being installed" and then proceed installation.…

malini J
- 5
- 7
0
votes
1 answer
How to count elements in a JSON array
I want to get the count of faultInfoLst element from the below json array. I want to do an operation based on the count of that element. Help me to get count as I have to set it in session variable in mule flow.
[{"TaskInfo":
{"faultInfo":
…

lucky
- 75
- 1
- 9
-1
votes
1 answer
Unable to add additional flows to MuleSoft generated API Proxy Code
I have a mulesoft proxy code that I generated by configuring an HTTP proxy in CloudHub and then downloading it.
The Anypoint Studio project has 3 mule files,
http-proxy.xml
inbound-config.xml
outbound-config.xml.
The http-proxy.xml has the proxy…

Andy
- 51
- 1
- 8
-1
votes
2 answers
How to split a json array in mule 4
I need assistance in splitting a json array in my payload. The value i need to split is "coordinates": [25.12345672910156, -97.66523709893123] into "coordinate1": 25.12345672910156 and "coordinate2": -97.66523709893123.
my payload
{
…

ilya.fastiv
- 1
- 5
-1
votes
1 answer
When I stop and start embedded Mule runtime, sometimes I get this error saying an instance of Mule is already running
When I stop and start embedded Mule runtime, sometimes I get this error saying an instance of Mule is already running, do you want to restart, but in reality there is no instance running.
I was expecting for the Mule runtime to start without any…

Syed Usman
- 17
- 3
-1
votes
1 answer
Unable to parse AMF model
Get error when running Mulesoft app from Anypoint Studio - run the app, clicking console button in Studio opens browser and throws error "Unable to parse AMF model."
Found potential resolution…

Brian Barrick
- 23
- 5
-1
votes
1 answer
Mule 4 - DataWeave - SQL ResultSet to JSON
I'm having trouble converting my SQL ResultSet to JSON format. I'm using a stored procedure flow to bring in the data then I'm using a transform message to convert the output to JSON.
SQL Result:
resultSet1=[{ProductID=1154526, Qty=-3.0,…

ilya.fastiv
- 1
- 5
-1
votes
1 answer
Getting selector for payload from a variable
For a given payload:
{
"a": "Hello world"
}
and a variable:
var test = {"b": "a"}
I would like to get "Hello world" using the variable test's key, "b".
I tried payload.(test."b") and does not work.

Mio Figlio
- 11
- 4
-1
votes
1 answer
how to convert string to date format in mule 4
I am trying to convert date which is in string to date format, am receiving error.
Please help me in resolving.
Input-
{
"Date" : "220907"
}
Code
output application/java
---
payload.Date as String {format: "YYMMDD"} as Date{format:…

Avinash
- 19
- 6
-1
votes
1 answer
MULE 4 - Secure Properties config issue changing the algorithm
I did all the encryption process setting a secureKey but I chose Blowfish algorithm, but now I need to use AES as the algorithm but I changed the config in the secure property config (in my global) it seems that is not recognizing the algorithm…

Carla Sandoval
- 1
- 1
-1
votes
1 answer
Why can't I reach and test a mule flow?
I have to work with someone else's code. I downloaded the files and imported the project in Anypoint Studio.
Set all the environment variables and updated the code from 4.2.2 runtime to 4.3.0. Updated all the dependencies and deployed it…

Nadeem
- 77
- 1
- 12
-1
votes
1 answer
Reading an attribute based on a condition using dataweave 2.0 from JSON array
Im trying to read an array of json payload and based on one attribute i like to pick elements.
That is, I get array of employee data, based on termination date, i need to get who left the company.
Sample payload;
{
"Employees": {
"Employee":…

Ratha
- 9,434
- 17
- 85
- 163