Top "Mule-studio" questions

Mule Studio is a tag that's used to refer to MuleSoft's Anypoint Studio ...

Non-resolvable parent POM

I am trying to develop a custom connector for mule by following http://www.mulesoft.org/documentation/display/current/Creating+…

maven mule pom.xml mule-studio parent-pom
Mule ESB - How to create a HTTP request with POST method (sending parameters along)

Short: I want to post a couple of parameters (like user=admin, key=12345678) using the POST method to a PHP …

mule mule-studio
MuleStudio studio:studio goal failed to execute

I copied/pasted a working project in my Mule Studio workspace (from within Mule Studio) to create a new project. …

java maven mule mule-studio
Mule: getting a hold of the exception message

I have a default catch exception in Mule, and I'm trying to get access to the exception message, using a …

java mule mule-studio mule-el
How to ignore empty objects in DataWeave Mule esb

I am working on transforming my payload. I have got the situation here. Input payload looks like this below one:…

mule mule-studio mule-component mule-el dataweave
Where can I download MuleSoft Community Edition?

Have they got rid of Community edition? I can't find a link to download it anywhere on their site. Is …

mule esb mule-studio
How do you insert a newline in message body of mule logger component

Can anyone tell me how to insert a new line in the message of a mule logger component? For example, …

logging mule mule-studio
How to replace special character using regex in Mule Dataweave transformation?

Suppose I have an XML file of details of employee such as id, name and address and now I want …

java mule mule-studio anypoint-studio dataweave
Extracting array from JSON in mule esb

I'm using Mule 3.4 CE and I have a JSON data coming through HTTP in the following format: { "People" : [ { "Details" : { "Name" : "…

mule mule-studio mule-el
How to read a .csv file in mulesoft

I am trying to read a csv file in mulesoft, can one tell me how to do that ? How to …

csv mule mule-studio mule-component