Try the Integration¶
Once you have completed building your integration with the WSO2 Integrator: BI, you can quickly test it right from the design interface. This section walks you through how to run and try your integration project using the built-in tooling.
Run the integration¶
-
Click Run on the top-right title bar of the editor.
-
If the required configuration values are missing, a prompt will appear as shown below, indicating that the
Config.tomlfile is missing.You’ll be given three options:
- Create Config.toml – Recommended to generate and populate the required configuration file.
- Run Anyway – Proceed without the config file (not recommended for integrations requiring config values).
- Cancel – Abort the run operation.
Make sure to choose Create Config.toml and fill in the necessary values before continuing.
-
This will launch the integration terminal.
Try the services¶
The Try It window on the right side of the BI interface provides a built-in way to test your HTTP services without leaving the development environment.


