Show TOC

Procedure documentationCreating a Service Chain Link Locate this document in the navigation structure

 

You need to create a service chain link to define execution of more than one service in a sequence. The output of the first service (Response Model class) is provided as an input to the second service (Request Model class).

Procedure

  1. In the Palette, from the Connection section, choose Link.

  2. Click on the Response Model Class node of a model.

  3. Drag and drop on the Request Model Class node of another/same model.

  4. In the Service Chaining window that appears, provide the following details:

    • Choose the attributes of the Response Model Class

    • Provide a name for the Response Model Class

  5. Click Next.

  6. Map the properties in the Response Model Class to the corresponding properties in the target Request Model Class.

  7. Click Finish to complete the wizard and create a link.

Note Note

You can have only a single chain link between a Response Model Class and a Request Model Class.

End of the note.