Number System Conversion in MuleSoft(Mule 4) using Dataweave
Categories:
MuleSoft
The number 11, we call it eleven in the decimal system. Still, it can be a representation of three in a binary system or it can be seventeen in a hexadecimal system. The actual value of a number depends on the base it is calculated...
DECIPHER: Dynamic XSLTs in BPEL (SOA 12c)
Categories:
Oracle
While developing integrations in BPEL 12c, XSLT is most commonly used to transform different XML message structures...
Creating and Using Key-Value Lookups in MuleSoft (Mule 4)
Categories:
MuleSoft
Lookups or key-value pairs are really helpful while developing integrations. Suppose, we get a value from the source system but the target system requires a corresponding value for that key(incoming data).
Playing with XML Namespaces in Mule 4 Dataweave
Categories:
MuleSoft
Today, the world is full of REST APIs which use JSON as a major message type. But we have a lot of applications and APIs in the middleware world which rely on XML message structures...
Tips and tricks to handle dateTime formats in Mule 4
Categories:
MuleSoft
We generally come across various scenarios while developing integrations, wherein we have to deal with multiple formats of date, time, or DateTime. Sometimes source systems can send date data in only one format which may or may not be accepted by target systems, which we have to handle using dataweave expressions...
Demystifying file read as attachment in SOA 12c
Categories:
Oracle
Read file as attachment in SOA 12c
Visualize the export of test Results in Postman
Categories:
Postman
Visualize the export of test Results in Postman
Tips and Tricks for handling numbers in BPEL or OIC
Categories:
Oracle
While integrating with multiple systems and moving data from one system to the other, we generally come across scenarios, wherein we need to change the format of the number or perform operations like floor, ceil, round, divide, multiply, add, etc. on numbers.
Reading .csv files with and without headers using different delimiters in Mule 4
Categories:
MuleSoft
Flat files especially .csv files are very common for data loading and data transfers...
Database Xpath-extension Functions in SOA 12c
Categories:
Oracle
Database Xpath-extension Functions in SOA 12c