Importing a composite service

The following procedure describes how to import a Composite Service.

To import a Composite Service
  1. From the Business Service Explorer, select File Import. The File Import screen displays.
    This is the file import screen display
  2. Select Composite Service. The Composite Service Import Wizard is displayed.
    this is the composite service import wizard
  3. Enter the project name in the Project field.
  4. Enter the namespace it is associated to in the Namespace field.
  5. Enter the name of the SCA project tin the SCA Project field. Note that this is the name of the WID SCA project. you have created prior to doing a Composite Service import.

    Once this information is entered (all required), the following is created:
    • A Composite Service with the same name as the SCA project that was imported
    • A Service Interface for each of the Interfaces that are exported
    • An Endpoint that has the appropriate interface associated with it for each Export
    • A Dynamic Assembly Component for each Implemented Dynamic Assembly Component
    Note: In the Business Service Explorer, the Dynamic Assembly Components are displayed as children of the Component Service they are parented to.
Related reference
Understanding the composite service editor
Understanding the dynamic assembly component editor