Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data.
I 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-elIs there an easy way to configure a Flow to read a single file from the classpath one time? I …
muleI have a variable my_variable with value as a dynamic URL like -- http://stackoverflow.com/questions/ask I …
mule mule-elAm I trying to split a message on a newline character and use the following script: def mesType = ""; def lines = …
groovy muleAccording to the following ticket: https://www.mulesoft.org/jira/browse/MULE-6427 For NullPayload I should be able to use : &…
muleI 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 dataweaveI using version 3.2. When a soap fault returns from a service I want log the error and force the Global …
mule