The Mule Expression Language (MEL) is the primary language used for formulating such expressions throughout Mule ESB.
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-elI have a variable my_variable with value as a dynamic URL like -- http://stackoverflow.com/questions/ask I …
mule 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 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-elHere is my xml, in that first I need to check 'RecordsEntries' should not be 'null', then RecordEntry shouldn't be …
mule mule-studio mule-component mule-elHow to do length validation in Mule Dataweave %dw 1.0 %output application/xml --- (payload default []) map { Field1:$.Field11, Field2:$.Field22, …
mule mule-studio mule-component mule-el dataweaveI'm loading in various values via a property file using context:property-placeholder. I can use the properties for Spring injection …
java mule mule-elI am trying to generate and set a map (with 2 key value pairs) on the fly as the payload for …
mule mule-elBrowsing around, I found something that look like below: import org.mule.api.MuleMessage; import org.mule.api.transformer.TransformerException; …
java mule mule-elI'm new to mule, please help me on this logic. Actually in my flow i have choice message processor, Expression …
mule mule-studio mule-el