Mule Studio is a tag that's used to refer to MuleSoft's Anypoint Studio ...
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-pomShort: I want to post a couple of parameters (like user=admin, key=12345678) using the POST method to a PHP …
mule mule-studioI copied/pasted a working project in my Mule Studio workspace (from within Mule Studio) to create a new project. …
java maven mule mule-studioI 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-elI 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 dataweaveHave they got rid of Community edition? I can't find a link to download it anywhere on their site. Is …
mule esb mule-studioCan anyone tell me how to insert a new line in the message of a mule logger component? For example, …
logging mule mule-studioSuppose 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 dataweaveI'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-elI 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