Configuring the components - Cloud - 8.0

ESB SOAP

Version
Cloud
8.0
Language
日本語
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 Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
ジョブデザインと開発 > サードパーティーシステム > ESBコンポーネント > ESB SOAPコンポーネント
データガバナンス > サードパーティーシステム > ESBコンポーネント > ESB SOAPコンポーネント
データクオリティとプレパレーション > サードパーティーシステム > ESBコンポーネント > ESB SOAPコンポーネント
Last publication date
2023-09-14

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 Services button and select the airport service. 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.