Editing a WSDL file - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-13
Available in...

Cloud API Services Platform

Cloud Data Fabric

Data Fabric

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

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.