Configuring and exposing the service - 7.3

Talend Data Services Platform Getting Started Guide

Version
7.3
Language
English
Operating system
Data Services Platform
Product
Talend Data Services Platform
Module
Talend Administration Center
Talend DQ Portal
Talend ESB
Talend Installer
Talend Runtime
Talend Studio
Content
Data Quality and Preparation > Cleansing data
Data Quality and Preparation > Profiling data
Design and Development
Installation and Upgrade
Last publication date
2023-07-24

In this scenario, the data service provider uses the tESBProviderRequest and the tESBProviderResponse components to create the access to the Customer Web service and uses the tXMLMap component to join the Customer data provided by a given MySQL database into the request-response main flow for publication. The database data is loaded by the tMysqlInput component.

Procedure

  1. Save the service details and WSDL Request / Response data types to the Metadata so that they can be accessible to other components. In Services, right-click CustomerService 0.1 and select Import WSDL Schemas.

    This option imports the WSDL metadata from the service into the Repository, under the Metadata > File xml, which allows you to share the operations details across services and other components.

  2. Expand the elements displayed in CustomerService 0.1, right-click CustomerServiceOperation 0.1 and select Assign Job.
  3. The Assign Job wizard opens. Select the Create a new Job and Assign it to this Service Operation and click Next.
  4. In the New Job view of the wizard, the Job to be created is already named automatically, so simply click Finish.

    A default template of the Job is opened on the workspace. In the template, a tESBProviderRequest and a tESBProviderResponse are already selected and configured. tESBProviderRequest will send a request to the specified Web service and tESBProviderResponse will send back the response corresponding to the request. These two components can be found in the ESB group of the Palette.

  5. Now add a tXMLMap between the two ESB components by typing its name on the design workspace.
  6. Right-click the tESBProviderRequest_1 and select Row, then Main and drop the end of the line on tXMLMap_1.
  7. Right-click tXMLMap_1, select Row > Main and drop the end of the line on tESBProviderResponse_1. Give it the name response, and click OK. Click the default Yes when asked if you wish to import the schemas.
  8. Add a tMysqlInput below the tXMLMap by typing its name on the design workspace to load the customer data in a MySQL database.
  9. Right-click tMysqlInput, select Row > Main and drop the end of the line on tXMLMap.