Editing a WSDL file - 7.3

Talend Open Studio User Guide

Version
7.3
Language
English
Product
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for Data Quality
Talend Open Studio for ESB
Module
Talend Studio
Content
Design and Development
Last publication date
2023-10-11
Available in...

Open Studio for ESB

Talend Studio provides a graphical way to browse and edit your WSDL file in the WSDL editor. Each type of top level WSDL object is shown within a tabular view (for example, service, binding, port type). Each tabular view contains one or more rows that represent the structure of the object. The service, binding, and port type objects are linked. A line is displayed to denote a reference (or association) between these objects.

The screenshot above gives a basic WSDL skeleton which contains:

  • a service, used to aggregate a set of related ports which specify addresses for bindings, thus defining a single communication endpoint.

  • a binding, specifies concrete protocol and data format specifications for the operations and messages defined by a particular port type.

  • a port type, a set of abstract operations that each refer to an input message and output messages.

The WSDL editor allows you to edit a WSDL file in the Properties view.

The Properties view is located on the lower part of the designing editor of Talend Studio and displays a list of attributes and editable attribute values of a selected WSDL object and contains the following tabs to edit:

  • General tab, displays a list of object attributes.

  • Documentation tab, specifies the information you want the user to read.

  • Extensions tab, used to add extension components.