For each action in Oracle Service BUS 12c
In Oracle Service Bus 12c you can use the for-each action to iterate multiple elements in your payload. I want this post to show you how we can use for […]
In Oracle Service Bus 12c you can use the for-each action to iterate multiple elements in your payload. I want this post to show you how we can use for […]
Oracle Service Bus, aka OSB, is an Enterprise Service Bus implementation by Oracle. OSB, formerly known as Aqalogic Service Bus, was acquired when Oracle bought BEA Systems. Oracle Service Bus transforms architectures by connecting, […]
The function fn-bea:uuid() returns a universally unique identifier. The function has the following signature: fn-bea:uuid() as xs:string You can use this function in the proxy pipeline to generate a unique […]
Sometime it is required to convert XML string into XML document. OSB allows us to convert XML String to XML document using OSB inbuilt function. You can use the fn-bea:inlinedXML […]
Sometime it is required to convert XML to string format. OSB allows us to convert XML to string using OSB inbuilt function. You can use the fn-bea:serialize() function if you […]
Oracle Service Bus has a custom Oracle XQuery function fn-bea:execute-sql() available that provides low-level database access from XPath within Oracle Service Bus message flows.Using the fn-bea:execute-sql function from the OSB, […]
OSB allows us to create custom Xpath function and these function case be used in XSLT, Xquery. Custom Xpath function is the way to extend the built in functionality of […]
Security is one of the main aspects of any service. Services are reusable and can be invoked by either internal or external customers, so we should secure our Service Bus […]
We have used DB Adapter in OSB to perform operation in database. One of the features that is mostly used is database polling when working with database. In a blog, […]
This blog covers the implementation of REST adapter and how to consume REST service in Oracle Service Bus In this implementation we are going to cover, how to consume the […]
Domain Value Maps (DVM) are an interesting feature of Oracle Service Bus for supporting Canonical Data Models. This help to map from one vocabulary, used in a given domain, to […]
Enabling CORS(Cross Origin Resource Sharing) is one of the primary requirement when we are playing with multiple environments and want to access service from the different environment. Considering, we have […]