Defines the name, identifier, and namespace of the integration message.
Parameters
Parameter | Description |
---|---|
name (required) | The identifier
used to refer to the schema inside the workflow solution: in workflow scripts and the
intconf.xml file that
associates integration endpoints and the schema allowed through them.
|
meta (required) | The name, also included in the WSDL contract for the integration solution, that identifies the schema to the integrated systems. |
namespace-declaration | The optional namespace for the elements of the integration message. |
Remarks
A namespace declaration unique to the schema is optional but highly recommended to avoid element name conflicts across various messages in the workflow solution.
Samples
Simple text node element
Accessing an integration message XML element value in a workflow script
Assigning a new value to an integration message XML element in a workflow script
Download the
inky.fls.xml
trigger form for the script
below.