- Difference between BPEL 1.1 & BPEL 2.0
- Using Oracle BPEL Process Manager Sensors
- Using the Notification Service
- Using Events & Timeouts in BPEL Processes
- Using Correlation Sets & Message Aggregation
- Manipulating XML Data
- Incorporating Java & Java EE Code
- Resubmitting a Faulted Process
- Using Fault Handling
- Using Conditional Branching
- Using Parallel Flow
- Invoking an Asynchronous Web Service
- Invoking a Synchronous Web Service
- Multiple Application Interactions
- Partial Processing
- One Request, a Mandatory Response, & an Optional Response
- One Request, One of Two Possible Responses
- One Request, Multiple Responses
- Asynchronous Interactions with a Notification Timer
- Asynchronous Interactions with a Timeout
- Asynchronous Interactions
- Synchronous Interactions
- One-Way Messages
- Process Monitors
- BPEL - Adapters
- Creating a Partner Link
- Partner Link in BPEL Process
- BPEL - Activities
- BPEL - Introduction
- BPEL - Home
BPEL Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
BPEL - Adapters
Adapters enable to integrate the BPEL process service component with access to file systems, FTP servers, database tables, database queues, sockets, Java Message Services (JMS), MQ, and Oracle E-Business Suite. This wizard enables to configure the types of adapters shown in below figure for use with the BPEL process service component −
Adapter Types
The following image shows the different adapter types −
Advanced Queuing (AQ)
For interaction with a queue. AQ provides a flexible mechanism for bidirectional, asynchronous communication between participating apppcations.
Oracle Business Activity Monitoring (BAM)
For pubpshing data to data objects in an Oracle BAM Server.
Database
For interaction with Oracle and non-Oracle databases through JDBC and Oracle Business Intelpgence (which is a special data source type).
FTP and File
For file exchange (read and write) on local file systems and remote file systems (through use of the file transfer protocol (FTP)).
Java Messaging Service (JMS)
For interaction with JMS. The JMS architecture uses a one cpent interface to many messaging servers architecture.
Message Queue (MQ)
For message exchange with WebSphere MQ queuing systems.
Oracle Apppcations
For interaction with Oracle Apppcation s set of integrated business apppcations.
Oracle B2B
For browsing B2B metadata in the metadata service (MDS) repository and selecting document definitions.
Sockets
For modepng standard or nonstandard protocols for communication over TCP/IP sockets.
Adapter Service Name
The Service Name window prompts to enter a name, when the adapter type is selected from the pallet. For this example, File Adapter was selected. When the wizard completes, a WSDL file by this service name appears in the Apppcation Navigator for the BPEL process service component (for this example, named ReadFile.wsdl). The service name must be unique within the project. This configuration file includes the adapter configuration settings specified with this wizard. Other configuration files (such as header files and files specific to the adapter) are also created. These files are displayed in the Apppcation Navigator.
Advertisements