Broadcasting Master Index Updates to External Systems

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.

ProcedureTo 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 CAPS > ESB.

  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.

  9. After the project builds successfully, click Deploy in the CASA Editor toolbar.

  10. Continue to Testing the Master Index Broadcast Configuration.