Creating a SOAP Web Service
Starting point for creating a SOAP web service. Skip to Creating a Job
for all other integrations.
Talend Services
allows you to create SOAP web service stubs from a WSDL file, which can then be assigned to Talend Jobs
that implement the requirements.
Right-click Services
from the Repository panel and select Create Service
. Select an existing WSDL file to use, or create your own through the wizard. It is usually preferable to create your own through external tools such as JAX-WS
as you have more control over the end result.
Once the Service is created, expand it in the Repository panel to reveal the web service methods it offers. Right-click on each web service method exposed and create/assign a Talend Job that implements its logic. Once done, the Service is ready for deployment.