Create the Service

After creating the pipeline and task, add the Service:

  1. Open APIM 3.0 from the Apps menu:
    Open APIM
  2. From the Services Catalog, click Add Service. The Create Service panel opens.
  3. Click the Project field and select the Project that contains the Hello World of Services! pipeline and task.
    Tip: You can select any project, but saving Service assets in the same folder contributes to encapsulation.
  4. For the Service name, enter Hello.
  5. For the URL slug, enter hello.
  6. For the Service version, enter any value. For example, 0.1.
  7. For Tags, enter any value. For example, Tutorial example.
  8. You can leave the Servers field empty.
  9. In the Description field, enter any value. For example, My first Service
  10. Click Save.

Next, add the Triggered Task.

Add the endpoint

To add the native endpoint:

  1. In the Services Catalog, navigate to the project that contains the Hello Service.
  2. Expand it, expand the Service, and select the version. The Service opens for editing.
  3. Click Add Triggered Task Endpoint.
  4. In the Name field, enter Hello message.
  5. Optionally, add a description and tags.
  6. Click the Triggered field and select the Hello World of Services Task.
  7. Click the Servers field and select the Snaplex to execute the endpoint. The Snaplex selected for the endpoint overrides the Snaplex selected at the Service level. This doesn't need to be the same Snaplex associated with the task.
  8. Click Save.

Next, follow the instructions on testing.