This topic provides a tutorial on how to orchestrate services using the BizWorks Application Integration Platform.
Prerequisites
The BizWorks service for public cloud has been activated.
Background information
This sample project demonstrates a scenario where you query the weather for the origin and destination cities based on a train number. The following APIs must be orchestrated:
Query the origin and destination cities for a specific train number.
Query the weather conditions for a specific city.
Procedure
Step | Description | References |
Step 1: Prepare resources | Prepare the resources that are required for the experiments. | |
Step 2: Experiment 1 - Querying train information | Learn how to use the integration stream designer and debugger in a simple HTTP call scenario. | Step 2: Experiment 1 - Query city information by train number |
Step 3: Experiment 2 - Querying city weather | Build on Experiment 1 to learn how to use a loop to process data. |