Generating the implementation code - 8.0

Talend ESB Service Developer Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-11-06

You generate the implementation class for your service with wsdl2java 's -impl flag.

Note: If your service's contract included any custom types defined in XML Schema, you will also need to ensure that the classes for the types are also generated and available.

The service implementation code consists of two files:

  • portTypeName.java is the service interface(SEI) for the service.

  • portTypeNameImpl.java is the class you will use to implement the operations defined for the service.