Using xpath3() in Mule 3

When working with Mule ESB applications related to SOAP Web Service, we will often work, manipulating data, payloads in XML format. Using Dataweave can help us easily manipulate XML data, but there is another way you can use that is to use xpath3() in Mule.… Read More

Read and use properties file in Mule 3

Reading and using a properties file in an application is a very important operation, making our application usable in many different environments with different configuration parameters. In Mule 3, reading and using properties files will involve much use of Spring framework to manipulate properties files.… Read More