Posts

Showing posts with the label RCU questions

Oracle SOA Suite Administration interview questions - Part 2

11. What is the Path of the SOA server related log files ? MW_HOME/user projects/domains/soa_domain/ms_server/logs 12. What is synchronous and asynchronous process in BPEL ? BPEL is an orchestration language that actively describes the ways in which individual services can be composed to implement a more complex service. BPEL is designed to integrate Web services. Web services are components described by their interfaces, which are known as WSDL. But WSDL does not make statements about message sequences. BPEL’s processing model is based on the assumption that all import and export of data is done by using Web services. Most BPEL processes are executable. They can be started by external actions or some internal process (within the BPEL context). BPEL processes are executed by an execution engine. The engine can publish a BPEL process through a Web services interface or react to trigger conditions set up inside the process itself. BPEL processes can be long-running transaction...