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 have an input XML something on this line: <Holding id="12"> <Policy> <HoldingForm tc="1">…
xml xpath muleHey, If we have Apache Camel why to use other solutions like Apache ServiceMix and Mule? Is there something Apache …
apache-camel mule esb apache-servicemixI am receiving error called - Java was started but returned with exit code=1 I have received this error after …
java eclipse mule classpath anypoint-studioMy requirement is to convert a string to a date format using DataWeave in Mule Input string 8/30/2015 4:00:13 PM Output date …
mule dataweaveI'm trying to create a maven project by following this tutorial https://docs.mulesoft.com/mule-user-guide/v/3.7/building-a-mule-application-with-maven-in-studio that time …
maven mule anypoint-studioThis should be a simple 'google' ... but I have drawn a blank. I assume it must be out there somewhere, …
comparison mule esb enterpriseI 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-pomCan someone please let me know how to concatenate multiple values in mule? Something like, #[payload.getPayload()].concat(#[getSubject()])
muleI am having a JSON like this : { "dcsId": "1184001100000000517", "marketCode": "US", "languageCode": "en-US", "profile": { "base": { "username": "arunima27", "activeInd": "R", "phone": [ { "activeInd": "…
mule dataweaveShort: I want to post a couple of parameters (like user=admin, key=12345678) using the POST method to a PHP …
mule mule-studio