Schema Components
The message panel and context panel each contain schemas that contain data components. The icons represent the general data type of the component. To see the exact data type, hover the cursor over a component to open a pop-up.
Note: To improve performance, data contained within schema components in the left side of the mapper are not validated against the message schema for the operation. Therefore, data used within XPath expressions on the right side of the mapper are treated as untyped strings.
To perform datatype-dependent comparisons or operations, use the Constructor Functions on the Functions tab (for example, xsd:int()) to correctly specify the datatype. For example, to add two integers, the XPath expression would be:
xsd:int($MessageData/int1) + xsd:int($MessageData/int2)
Copyright © Cloud Software Group, Inc. All rights reserved.