Templates in Oracle SOA 12c

Templates in SOA 12c It is the one of the new features in SOA 12c which mainly focuses on reusability of the code in Oracle SOA Suite.Templates are re-usable components. …

Introduction to Mulesoft

Introduction to Mulesoft To get full courses on Mulesoft, Connect with us +91-9310947352 || +91-9030044060 || connect@techygeekhub.com

How to convert an Array into Object?

Step 1: Add the transform Message Component in the mule flow from component palette. Step 2:   In this component we can write the Dataweave script to convert array into object. …

Split By Function

How to split a string into Array in MuleSoft using Split By function. This function is part of core module. It helps splitting a string into a string array on …