Looking up customer information from a database
This scenario describes how to build a simple customer lookup service from the customer database. You will define a Customer Web service, send an id request to this Web service and retrieve the customer phone number and email address.
In this scenario, you will learn:
-
How to set up the input data. See Setting up input data for details.
-
How to build a web service provider. See Building a Customer service provider for details.
-
How to build a web service consumer. See Building a Customer consumer for details.
-
How to run the web service in a Talend ESB Container. See Running the service for details.