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.
You must have created the SCA project and Service artifacts.
- Right-click the FileaAmountServices project and select . The Create a new composite wizard
displays.
- In the wizard, input the following values:
- Enter the Project as FileaAmountServices.
- Enter the output location as the same as the root of
the project /FileaAmountServices.
- Enter the Composite name as FileaAmountServiceComposite.
- Enter the Target namespace as http://sample.org/fileaamountservice.
- Click Finish to create the composite.
The composite opens in the composite editor.
Use the composite editor to create a component.