Rational Developer for System z

Create a composite

SCA applications are composed of one or more components that are deployed in a composite. To deploy an SCA application, you must create a composite.

Before you begin

You must have created the SCA project and Service artifacts.

About this task

Procedure

  1. Right-click the FileaAmountServices project and select New > SCA Composite. The Create a new composite wizard displays.
  2. In the wizard, input the following values:
    1. Enter the Project as FileaAmountServices.
    2. Enter the output location as the same as the root of the project /FileaAmountServices.
    3. Enter the Composite name as FileaAmountServiceComposite.
    4. Enter the Target namespace as http://sample.org/fileaamountservice.
  3. Click Finish to create the composite.

Results

The composite opens in the composite editor.

What to do next

Use the composite editor to create a component.

Feedback