Monthly Archives: August 2012

Welcome!!!

This blog is completely dedicated to SOA.It gives you a clear idea on what SOA is all about, and how it is realized using Oracle SOA Suite 11g, common issues you find with SOA Suite. All blogs published in my … Continue reading

Posted in Uncategorized | Leave a comment

Dehydration in BPEL – Oracle SOA Suite 11g

Dehydration – Offers Reliability, fail-over protection Over the life cycle of a BPEL instance, the instance with its current state of execution may be saved in a database. When a BPEL instance is saved to a database, the instance is … Continue reading

Posted in dehydration, dehydration in BPEL, dehydration in Oracle SOA Suite 11g, dehydration in SOA, saving BPEL process instance, saving state in BPEL | 3 Comments

Working with a Database Adapter – Part 1

This blogs helps you to work with a Database Adapterprovided in Oracle SOA Suite. Please go through my previous blog on configuring a Database Adapter. Why Database Adapter? Service Oriented Architecture is all about services, its about your entire business … Continue reading

Posted in Database Adapter, Database Adapter in SOA Suite 11g, dbAdapter, dbAdapter in SOA Suite 11g, Oracle SOA Suite 11g, SOA Suite 11g | Leave a comment

Working with a Database Adapter – Part 2

contd. after Part 1 Creating a webservice Client Drag and drop “Web Service” from the component palette to the exposed Services swim lane. This opens up the WebService Wizard Name it DBServiceClient. Choose Generate WSDL from Schema option in the … Continue reading

Posted in Database Adapter, Database Adapter in SOA Suite 11g, dbAdapter, dbAdapter in SOA Suite 11g, Oracle SOA Suite 11g, SOA Suite 11g | Leave a comment

Configuring Database Adapter in Oracle SOA Suite 11g

This blog gives you a detailed approach to configure a DataSource, JNDI, DBAdapter, and its underlying technologies, facts and common issues. Every single component used in a SOA Application has to be a service, and this applies to the database … Continue reading

Posted in configuring dbadapter, configuring dbadapter in Oracle SOA Suite 11g, configuring dbadapter in SOA Suite 11g, datasource, datasource in soa, datasource in weblogic, dbAdapter, jndi, weblogic | 8 Comments

Error(42,53): SCAC-50012 during Composite Build

Often, you come across the following compilation issue in SOA Error(42,53): SCAC-50012 during Composite Build For Instance,  in Java Embedding in BPEL, usage of bpelx:getVariableData(..) will cause this. Correct Usage is bpws:getVariableData(..) – Ravi Kiran

Posted in Uncategorized | Leave a comment

Invoking specific operation in a WS in BPEL

If a WS has multiple operations and if you want to invoke a particular operation from a BPEL invoke activity, the process is no different than invoking a simple WS with one operation. Steps: Create an external reference for the … Continue reading

Posted in Uncategorized | Leave a comment

Dynamic Outbound Directory and FileName in File Adapters – Oracle SOA Suite 11g

Often, we’ll have a requirement to change the directory to which the files are to be written dynamically. In such cases, Oracle SOA Suite 11g provides the option to do so. While configuring a File Adapter, we specify the output … Continue reading

Posted in dynamic outbound directory, SOA Suite 11g | 2 Comments

Build Issue : WSDL messageType "{http://schemas.oracle.com/bpel/extension}remoteFault" of variable "" is not defined in any of the WSDL files

When you select a system fault like remotefault in a catch activity/fault handler, JDeveloper copies a wsdl named RuntimeFault.wsdl  from your <JDEVELOPER_HOME%\\integration\seed\soa\shared\bpel directory to your project and this wsdl contains following msg : <definitions name="RuntimeFault"              targetNamespace=”http://schemas.oracle.com/bpel/extension&#8220;              xmlns:xsd=”http://www.w3.org/2001/XMLSchema&#8221;              … Continue reading

Posted in Uncategorized | 2 Comments