Anypoint Studio (formerly know as Mule Studio) is an Eclipse-based integration development environment from MuleSoft.
Questions tagged [anypoint-studio]
1133 questions
-1
votes
1 answer
Error: A schema cannot contain two global components with the same name
In MuleSoft.U Development Fundamentals Walkthrough 8-1, step 39, I am trying to deploy the project but it fails. The console shows the following error:
ERROR 2019-04-24 17:02:29,203 [WrapperListener_start_runner] [event: ]…

carolivieira
- 1
- 1
-1
votes
1 answer
What versions of Java do Anypoint Studio and the Mule Runtime support?
I am trying to migrate from Java 8 to Java 10 and determine which versions of Java Anypoint Studio and the Mule Runtimes support.
Is it possible to set them up to run with Java 10?

Sajjad Ali
- 9
- 3
-1
votes
2 answers
MULE ESB CALLING SOAP API SHOWS BLANK
I am trying to consume a SOAP API which is working fine from SOAPUI Tool but while calling it from Mule flow it shows blank result in POSTMAN, below is my flow xml anyone can help me please?

Hatem Ahmed
- 27
- 6
-1
votes
2 answers
Mule ESB Flow to pass parameters in Calling SOAP Webservice
I have created on flow in MuleESB which is calling a web-service without any parameter just sending it username, password and token in a property and it is working fine.
But the second API I want to post some parameters while calling soap request…
-1
votes
1 answer
Anypoint-CLI. How can I see the CRL (Revocation List) digest in the load balancer?
In mule anypoint-cli, how can I see the CRL digest?
I want to find out where this is so that I can compare it with other CRL digests so that I know exactly which one is in the load balancer?
Any help where to find this information using…

Dan Schertz
- 19
- 1
- 7
-1
votes
1 answer
Loading a Java class just only once during Mule flow initialization
I have a java component in my mule flow, which does some security validation.
And every time it downloads a public key from internet, as per the library I use, the library itself caches the file. But I think, because I use this library within…

gnanagurus
- 883
- 1
- 12
- 29
-1
votes
1 answer
How to map CSV fields to a JSON list?
I am using Mule 3.8.1 and have a csv file which sends in store opening times as
Group Name,Group ID,Store ID,Store Name,Mon opening time,Tues opening time,Wed opening time,Thurs opening time,Fri opening time,Sat opening time,Sun opening time,Mon…

user3165854
- 1,505
- 8
- 48
- 100
-1
votes
1 answer
How can I receive a request from remote request in Mule anypoint?
I am sending a request with XML Data to an anypoint URL after an order is created from my site. How can receive this data and save it as file and upload to a ftp?
I am new in mulesoft. Please help.

Khaleed Hassan
- 13
- 1
- 4
-1
votes
2 answers
Hudson Config for Mule (Cloudhub)
I am setting up a job in hudson to build maven based mule application on SVN , uploading to artifactory and then deploy it on cloudhub.
I am able to build project and upload it to artifactory but the problem is how to deploy it on cloudhub after…

Anand
- 41
- 3
- 11
-1
votes
1 answer
How to send multiple record to db in Mule ESB
Am having an inbound database endpoint am selecting records with a condition which returns 500 rows as result set.Now i want to insert the coloumns in another DB.I used the batch process and have two batch steps selecting data and inserting…

Satheesh Kumar
- 797
- 7
- 31
-2
votes
0 answers
MuleSoft: Payload not Displaying as Expected in Response
I'm currently working with an IT company, and MuleSoft is relatively new to me. While I've learned quite a few things, I'm encountering an issue.
My problem is that whenever I attempt to set a payload to display a specific value, it doesn't appear…
-2
votes
0 answers
studio is not able to connect to debugger server, your filewall or antivirus is not blocking the port .6666
studio is not able to connect to debugger server, your filewall or antivirus is not blocking the port .6666
Tried with various port nos, restarted anypoint studio, removed metadata, uninstalled anypoint studio, still this doesnt work
-2
votes
1 answer
Bearer Token on HTTP Request
I try to replace the token with a variable so that i dont need to hardcode the token but it seems I cant do it.
and this is the output from postman
`"You called the function '+' with these arguments:
1: String ("Bearer ")
2: String…

TwinZaia
- 7
- 3
-2
votes
1 answer
Add section Include into properties yaml - Anypoint studio
I am new to Anypoint Studio and MuleSoft, and I am trying to pick up the projects from the previous developer.
In his note, I will need to add the section 'Include' into the properties yaml, but I have tried several different ways and still got…

myname
- 39
- 5
-2
votes
1 answer
I want to Base64 encode the UserName and Password required for basic authentication in the HTTP Request module of Anypoint Studio
The Basic authentication information that I currently set in the Http Request Module of Anypoint Studio is as shown in the attached image.
(The username and password information is described as it is in the property file.)
enter image description…

Nozomi_Kagawa
- 11
- 1