About this task
In this scenario, a public web service which is available at http://www.webservicex.net/ValidateEmail.asmx will be called by the
tESBConsumer component to returns true or
false for an email address. You can view the WSDL definition of the service at
http://www.webservicex.net/ValidateEmail.asmx?WSDL for the service
description.
Procedure
-
In the design workspace, double-click the tESBConsumer component to open its Basic settings view in the Component tab.
-
Click the [...] button next to Service configuration.
-
In the dialog box that appears, type in:
http://www.webservicex.net/ValidateEmail.asmx?WSDL
in the WSDL field and click the refresh
button to retrieve port name and operation name. In the Port Name list, select the port you want to use,
ValidateEmailSoap in this example. Click OK to validate your settings and close the dialog
box.
Select the Populate schema to repository on
finish to retrieve the schema from the WSDL definition, which
will be used by the tFixedFlowInput
component. This option is only available to users of
Talend Studio
with ESB. If you don't have this option,
please ignore it. The schema can be created manually in the tFixedFlowInput component, which will be shown
later.
Click Finish to validate your settings
and close the dialog box.
-
In the Advanced settings view, select the
Log messages check box to log the
content of the messages.