In the following steps, you map values to object types
and invoke orchestration activities to test your endpoint connections.
Procedure
- In the Studio Project toolbox tab, click on the TestConnection orchestration. The orchestration is displayed in the Studio workspace.
- In the orchestration, add the logic needed to connect to
your endpoint, as shown in Figure 1.
- In the orchestration, click on the Send Reply activity. The inputs are displayed in the From Orchestration panel.
- Map the values displayed in the From Orchestration panel
to the object types in the To Activity panel. You
are now ready to test the orchestration.
- In the orchestration, right-click on the Provide Service activity. The Verify Activity menu is displayed.
- In the Verify Activity menu, select Invoke Service. The Invoke Service window is displayed.
- In the Invoke Service window, enter the header and body
data and click Execute to start the test. To view the test
activity, click the Show Response button. When
the test is completed, the results are displayed in the Verify toolbox
tab.
- If the connection is successful, the test response will
show a "true" value. To complete the orchestration, map "true" to
the success field of the TestConnectionResponse parameter in
the To Activity panel.
What to do next
If your connector activity is discoverable at design time,
complete the procedures in
Completing the ListObjects orchestration.
If your connector activity is not discoverable, you can move ahead
to
Completing the DescribeObjects orchestration.