In my previous post , I explained how we can call Asynchronous web service from Oracle Service Bus using soa-direct protocol. But in many...
SOA 11g- How to move file from one location to other using File Adapter
We usually deal with files in our projects. We can perform multiple operations using file adapter like poll, read, write etc. But in some s...
SOA 11g - Set Composite Title
It is good practice to name composite instance. If you name your composite instance the you can uniquely identify the instance. Suppose you...
AIA 11g - Extend ABCS (Call external web service from ABCS extension point)
In my previous two posts Part-1 and Part-2 , I explained how we can design & develop extension enabled connector service (Requester o...
AIA 11g - Design & Develop extension enable ABCS (Application Business Connector Service)- Part 2
In previous post (Part-1) we created Requester ABCS which is extension enabled. In this post we will move further and see what steps we ne...
AIA 11g - Design & Develop extension enable ABCS (Application Business Connector Service)- Part 1
A key feature of AIA is ability to call extension service from ABCS. This makes ABCS more flexible for futures changes mean it provide c...
OSB 11g- Write file in OSB
In my previous post I explained how you can poll/read file in OSB. In this post I will explain you how to write file in OSB. Follow bel...