Accessing user-defined properties from a Mapping node
You can use a Mapping node to access properties that are associated with the message flow that contains the node.
About this task
To access these properties from a Mapping node, call
the function iib:getUserDefinedProperty('propertyname')
from a Custom
XPath transform. The function returns a string that contains the property value,
regardless of the original type of the property.
Note: In IBM® Integration
Bus Version 10, the function
mb:getUserDefinedProperty('propertyname')
is deprecated. If you try to use this
function, you get the following message: The function mb:getUserDefinedProperty in XPath
mb:getUserDefinedProperty('UDP1') is deprecated. Use the corresponding "iib:" function
instead.
Procedure
To access user-defined properties from a Mapping node, complete the following steps: