by XTIVIA | Sep 11, 2018 | Blog, MuleSoft
MuleSoft best practices for JSON Schema Validation provide a reliable method to validate JSON data structure using the JSON Schema specification. It validates input data at runtime and verifies whether they match a referenced schema or not. We can match against...
by XTIVIA | Aug 28, 2018 | Blog, MuleSoft
In DataWeave 2.0, functions are categorized into different modules: Core (dw::Core) Arrays (dw::core::Arrays) Binaries (dw::core::Binaries) Encryption (dw::Crypto) Diff (dw::util::Diff) Objects (dw::core::Objects) Runtime (dw::Runtime) Strings (dw::core::Strings)...
by XTIVIA | Jul 26, 2018 | Blog, MuleSoft
Digital transformation can be easier when you use MuleSoft APIs to connect legacy technology, applications, and cloud-based solutions. But let’s back up a minute… what is digital transformation anyway? Digital transformation is a mindset focused on maximized...
by XTIVIA | Jul 24, 2018 | Blog, MuleSoft
This post was originally published on DZone. DataWeave is a new feature of Mule3 that allows us to convert data to any kind of format, such as XML, CSV, JSON and POJO’s, etc. In Mule 3, we use both MEL and Dataweave for writing the mule messages. Among these,...