Adding Shapes to Orchestration - EcoSys - Training - Hexagon PPM

Integrating EcoSys API with BizTalk Tutorial

Language
English
Product
EcoSys
Search by Category
Training
EcoSys Version
8.6

Follow the steps below to add shapes to the orchestration for sending and receiving messages.

  1. Right-click the orchestration, and then select Insert Shape > Receive.

    The system inserts Receive_1 in the orchestration.

  2. Right-click the orchestration again, and then select Insert Shape > Send.

    The system inserts Send_1 in the orchestration.

  3. Repeat steps 1 and 2 to insert two additional shapes for Receive_2 and Send_2.

  4. Select Receive_1, and change Activate to True. This setting enables the message Receive_1 to keep polling the input as soon as the application is started.

  5. Select Receive_1, and set the message to msgRequest in the Properties window.

  6. Select Send_1, and set the message to msgRequest.

  7. Repeat steps 5 and 6 to for Receive_2 and Send_2. Set both messages to msgResponse.

    Your screen should resemble the example below after you have created all the shapes and associated all the messages.

The red question mark next to the Operation box indicates that no port is specified. For more information, see Adding Ports the Orchestration.