Configuring the components - 7.3

ESB SOAP

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > ESB components > ESB SOAP components
Data Quality and Preparation > Third-party systems > ESB components > ESB SOAP components
Design and Development > Third-party systems > ESB components > ESB SOAP components
Last publication date
2024-02-21

Procedure

  1. Double-click tFileInputDelimited to open its Basic settings view.
  2. In the File name/stream field, enter the context variable for the file that has the country codes, context.filepath.
  3. Click the [...] button to open the schema editor.
  4. Click the [+] button to add a column, country_code, for example, with the type of string.
    Click OK to close the editor.
  5. Double-click tXMLMap to open its Map editor.
  6. In the request table of the output flow side, right-click the column name payload and from the contextual menu, select Import from Repository. Then the Metadata wizard is opened.
    Select the schema of the request message and click OK to validate this selection. In this example, the schema is getAirportInformationByISOCountryCode.
  7. Drop the country_code column in the main flow onto the Expression area next to the tns:CountryAbbreviation node in the request output flow.
    Click OK to close the editor and validate this configuration.
  8. Double-click tESBConsumer to open its service configuration wizard:
  9. Click the Browse... button to select the desired WSDL file. The Port name and Operation are automatically filled up once the WSDL file is selected.
    Click OK to close the wizard.
  10. Double-click response to open its Basic settings view:
  11. Select Vertical (each row is a key/value list) and then Print label for a better view of the results.
    Do the same to the other tLogRow, fault_message.