Adding a part to a message - 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

About this task

All messages contain one or more parts. Parts are a flexible mechanism for describing the logical abstract content of a message. The message definition associates each part with a type using a message-typing attribute.

Note: Changes of service elements are not automatically propagated to bindings. You need to regenerate the binding content and select the Overwrite existing binding information check box in the binding wizard to reflect changes in the WSDL. For more information, see Setting a binding.

To add a part to a message, complete the following steps:

Procedure

  1. In design workspace, right click an input, output, or fault object and click Add Part.
    The part is added to the input, output, or fault's message reference.
  2. Select the part by clicking the part in the port type object and click the General tab in the Properties view.
  3. In the Name field, type the name of the part.
  4. Your part can refer to either a Type or an Element. Select the appropriate option as the Reference Kind.
  5. If you selected Type, you now have the option of selecting an XML schema data type from the Type list. The list of types comes from any available referenced XML schemas.
  6. If you selected Element , you now have the option of selecting an XML schema element from the Element list. The list of elements comes from any available referenced XML schemas.