Questions tagged [mule-studio]

Mule Studio is a tag that's used to refer to the former MuleSoft's IDE product previous to the release of MuleSoft Anypoint Studio. This tag should be not be used for Anypoint Studio since its release 3.5.0 (May 20, 2014).

Refers to MuleSoft's former IDE, Mule Studio, which was replaced by Anypoint STudio in 2014. Mule Studio is a customized Eclipse environment that provides an IDE and other tools used to create Mule Applications and Anypoint Connector components.

1733 questions
3
votes
1 answer

mule requester module with JMS connector

I am using below configurations: org.mule.modules mule-module-requester 1.6
Sambit Swain
  • 131
  • 1
  • 13
3
votes
2 answers

Key Existence in JSON Object (Mule 4)

I need to check the existence of a particular keyword in a JSON object and based on that, create a string. My sample dataweave 2.0 code is given below: %dw 2.0 output application/json var arr = { "ID": "100", "ProdId": "Prod", …
3
votes
2 answers

Mule 4 HTTP Request Client to access OAuth 2 end point

There is an external service (lets say "https://external-service.com/service") which is secured by OAuth2. I have client ID (Lets say "123_my_client_id"), Secret ID ("324_mysecret") and the access token URL ( lets say…
Débora
  • 5,816
  • 28
  • 99
  • 171
3
votes
1 answer

xml elements with same attribute names getting overriden

My XML Structure looks like below:- Roll jayz eminem drake After transformation I am…
leo_roar_001
  • 181
  • 1
  • 10
3
votes
4 answers

While trying to configure Mulesoft Anypoint studio with Anypoint platform it's giving error

While trying to configure Mulesoft Anypoint studio with Anypoint platform its giving error :The url you are trying to hit doesn't exist, url: https://anypoint.mulesoft.com/ java.net.UnknownHostException: anypoint.mulesoft.com and i'm unable…
sailu
  • 31
  • 4
3
votes
1 answer

Mule Parameterized query not showing in logs

log4j2.xml has AsyncLogger name="org.mule.module.db" level="INFO" but i am not seeing the parameterized query in the logs. I have log4j2.xml under /src/main/resources. I am using parameterized query to perform update operation on sql server. I would…
user94538
  • 177
  • 5
  • 24
3
votes
4 answers

Correct payload transformation - Error sending HTTP request. Message payload is of type: byte[]

I'm getting: Error sending HTTP request. Message payload is of type: byte[] when sending HTTP request. Situation is like on picture: I pass url query parameters parameters and they are saved in variables, then I use map transformer to build xml…
user1598696
  • 550
  • 1
  • 4
  • 22
3
votes
3 answers

pass parameters to SOAP request in mule esb

I have situation like on picture: I configured request connector like i did in soap-ui, but I don't know how to build valid SOAP HTTP_Request with uri or query parameters from HTTP listener. How can I pass those parameters to SOAP…
user1598696
  • 550
  • 1
  • 4
  • 22
3
votes
1 answer

Not getting value in xslt transformer mule esb

I facing issue while using xslt transformer.. As input i got response in xml from microsoft connector..And i convert into another form of xml using xslt transformer. But problem is i didn't get values from particular node.. Below is my flow..Whats…
user3855589
  • 1,113
  • 2
  • 15
  • 43
3
votes
2 answers

issue with Invalid UTF-8 start byte 0x8b (at char #2, byte #-1) Mule ESB

I have created Mule ESB project that invokes third party web service using web service consumer. Passing custom security header information using property Used transformation xslt to transform input message from source to target. There is no…
JP123
  • 51
  • 1
  • 1
  • 6
3
votes
2 answers

Run Mule Quartz with condition

I want to start mule quartz with condition.. For ex: In mule peroperties file I put one flag=on.If that flag is on then and only then Scheduler will be start.If that flag is off then schedule will be not called. How can I do this in mule? Please…
user3855589
  • 1,113
  • 2
  • 15
  • 43
3
votes
1 answer

Anypoint Studio - Debugger is not launching

I could not launch "Anypoint Studio Version: 5.3.0" debugger for ESB Mule project. When I clicked debug option from drop down menu for corresponding project, the console tab is running with INFO message. But in "Mule Debugger" tab shows that "Mule…
Simbu
  • 766
  • 1
  • 12
  • 37
3
votes
1 answer

Create a Mule deployable archive from a domain project using Maven

When I export my domain project from Anypoint Studio using the "Anypoint Studio Project to Mule Deployable Archive" option, there is a checkbox saying Export project associated with this domain This will generate a zip file contain the domain…
Rob Bird
  • 3,764
  • 2
  • 28
  • 38
3
votes
2 answers

How do we use a Lookup table in Mule DataWeave

I would like to know how we can define our customer LookUpTable in DataWeave. I am not able to find options to define custom LookUpTable I am looking for some lookup options like how we do it in DataMapper as below Can Someone help me with this
Naveen Raj
  • 801
  • 11
  • 26
3
votes
1 answer

Mule secure-property-placeholder maven settings

I would like know the maven config for Mule's secure-property-placeholder (ZIP). Thanks. Regards, Raj
Raj
  • 59
  • 1
  • 8