Viewing code and executing the Route - 7.3

Internet (Mediation)

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Internet components (Mediation)
Data Quality and Preparation > Third-party systems > Internet components (Mediation)
Design and Development > Third-party systems > Internet components (Mediation)
Last publication date
2023-06-12

Procedure

  1. Click the Code tab at the bottom of the design workspace to check the generated code.
    As shown above, the route is built from the endpoint server_cHttp_1 and the message header id is printed out by cProcessor_1.
  2. Press F6 to execute the Route.
  3. Start a Web browser. In the address bar, type in http://localhost:8088/user?id=1 and click Enter. A blank page opens up.
  4. Switch back to the studio. The id 1 is printed in the console.