During my recent engagements, working with SOA Suite 12c, I have
realized the strength of the XQuery library feature (introduced in
OSB 12c) to simplify SOA 12c implementations by avoiding copying
code in various places, and instead centralizing it. In this
article we will discuss following:
Overview of XQuery library
Effective Use Cases for XQuery library
Working Example: "Storing customer specific business logic"
Without using XQuery lib
Using XQuery lib - detailed steps...