Testing Oracle Service Bus components

Testing Approach with OSB I have been having a thought about what’s the best way forward with automating unit tests with OSB First of all there are 2 things here… One is Unit testing and the Second bit is automating them… UNIT TESTING with OSB A customer of mine was very keen on unit testing and […]

read more

Securing an OSB Service with OWSM

In this post I will show how to secure a web service used by OSB ( Oracle Service Bus ) by authenticating it against an OWSM (Oracle Web Services manager) policy. We will add a User Name Token service OWSM policy to secure the Proxy Service in OSB. Below are steps in using a simple […]

read more

Implementing Security with OSB

I am looking to implement WS Security with OSB for one of our customers, so on doing a quick search the following articles caught my eye. Will be looking at some of these before I decide what would work best for my situation, or whether I need to come up with a new approach all […]

read more

Weblogic transaction timed out after 302/603 seconds issue

Problem: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds A lot of you might have encountered an issue of Weblogic transaction timed out after 302/603 etc seconds. We have been struggling with this for some time as well. Non Recoverable System Fault : Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 603 seconds BEA1-3FB6FB464035C13E3227 at […]

read more

introduction to Oracle Application Integration Architecture

AIA defines a common vocabulary of common business entities and their corresponding services. AIA defines a common vocabulary across applications and industries. Enterprise Business Objects (EBOs) are the key elements in this context. They canonically describe standard business entities such as an order or an invoice. Based on these generic business entities, AIA delivers other […]

read more

Consuming OSB Services from Oracle BPM

As discussed in my previous post, using Oracle BPM to consume services exposed through Oracle Service Bus is the most common type of integration.  In the diagram below you can see the highlighted path that is taken in this case.  All of the communication is between the BPM execution engine, Service Bus, and the back end […]

read more

Adding a Custom header to your Web Service (WSDL)

It’s very common that you have to define a WSDL and want it to have custom header. I have been using WSDL’s with custom headers for some time and thought I will post this sample WSDL for all of you who want to define a SOAP 1.1 WSDL with a custom message header. Below is […]

read more