JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Broadcasting Master Index Updates to External Systems     Java CAPS Documentation
search filter icon
search icon

Document Information

Broadcasting Master Index Updates to External Systems

Related Topics

About Oracle Java CAPS Master Index Broadcasts

Creating a JMS Connection Factory

To Create a JMS Connection Factory

Defining the Client Connection to the JMS Topic Using BPEL

Creating the BPEL Project for the Master Index Topic

To Create the BPEL Project

Creating a Web Service Definition for the JMS Binding Component

To Create the JMS Web Service Definition

Creating a Web Service Definition for the File Binding Component

To Create the File Web Service Definition

Creating a BPEL Process to Access the Master Index Topic

To Create the BPEL Process

To Create Partner Links

To Create a Receive Activity

To Create an Invoke Activity

To Create an Assign Activity

Creating a Composite Application for Master Index Broadcasts

To Create the Composite Application

Testing the Master Index Broadcast Configuration

To Test the Master Index Broadcast Configuration

Sample Master Index Broadcast Message

Creating a Composite Application for Master Index Broadcasts

The Composite Application project creates a service assembly, which can then be deployed to the application server. This project assembles the BPEL process and web service definitions you created earlier into an application.

To Create the Composite Application

  1. Complete the procedures described in Creating a BPEL Process to Access the Master Index Topic
  2. Right-click in the NetBeans Projects window, point to New, and then select Project.

    The New Project Wizard appears.

  3. Under Categories, select SOA.
  4. Under Project, select Composite Application.
  5. Enter a name and location for the project.
  6. Click Finish.
  7. Drag the BPEL project from the Projects window and drop it in the JBI Modules section of the CASA Editor canvas.
  8. In the CASA Editor toolbar, click Build Project.
    image:Figure shows the Service Assembly.
  9. After the project builds successfully, click Deploy in the CASA Editor toolbar.
  10. Continue to Testing the Master Index Broadcast Configuration.