Points to Note About Mappings

TIBCO Business Studio validates the mappings as you create them, and displays error markers to indicate any problems.

For example:

  • Every mandatory service parameter defined in the WSDL must be mapped to a process formal parameter.
  • All mappings must be from and to equivalent data types - you cannot, for example, map a data field defined as an integer to a service input parameter defined as a date.

See Message Parameter Mappings for more information about the different types of data mappings that are supported.

If the available process data fields do not provide the necessary data for a particular mapping, you can use the Script Editor to create a script that manipulates the process parameters, and map the script to the service parameter.