Using DBAdapter with Different Schema Names across Environments

DBAdaper Different Schemas

In this post, we will see how to configure DBAdapter with Different Schema Names across Environments. Scenario In our environment , we had a Database Integration. Access was through a common username (e.g “soadb”). Table (e.g INTDATA)  that was holding the data was in different schema in each environment (e.g TSTDTA in… Read moreUsing DBAdapter with Different Schema Names across Environments

Consume JSON based OData Service using SOA 12c

Please refer Consume OData using SOA 11g post for SOA 11g version. As part of this post, we will see how to consume JSON based OData Service using SOA 12c. OData OData (Open Data Protocol), promoted by Microsoft, now an OASIS Standard,  helps service providers to expose their data using RESTful APIs. OData… Read moreConsume JSON based OData Service using SOA 12c