SOA 12c – REST Adapter’s HTTP Proxy Configuration – None

Proxy Configuration

I was looking for ways to configure REST Adapter’s HTTP Proxy Configuration. Oracle SOA Suite provides option to configure the composite to use HTTP Proxy server.. Usually the proxy value is set at composite level in binding tag using oracle.webservices.proxyHost and oracle.webservices.proxyport properties.   However, as of SOA 12.2.1, the above properties… Read moreSOA 12c – REST Adapter’s HTTP Proxy Configuration – None

Resource adapter invoked onReject without an associated exception

BPEL With Catch All

I encountered the following error with JMS Adapter when the message was redelivered from queue. Resource adapter invoked onReject without an associated exception Environment Oracle SOA 11.1.1.7.8 JMS Q configured with redelivery option. SOA Project with a JMS Adapter to consume from a JMS Queue. Uses an XA Datasource BPEL… Read moreResource adapter invoked onReject without an associated exception

SOA Transaction Boundaries – Part 2

Txn Boundary With Invoke

This is in continuation to an earlier post SOA Transaction Boundaries – Part 1 , regarding SOA Transaction Boundaries. Let us continue with adding some more functionality to our base process. Base process has following activities Consume message from JMS queue using XA BPEL component inserts the data into “sourcetbl” table using… Read moreSOA Transaction Boundaries – Part 2

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