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

Rename branch in Git repository

When working with Git in projects, sometimes you will need to change the branch name you created in Git repository. For example, I have a repository on GitHub named questions-management and this repository has a branch named example as follows: Now I will rename this… Read More