To assign constant values and XML fragments:
-
Drag the Assign Source Literal icon from the top right hand corner to the target node or the canvas (center pane). The Assign Source Literal dialog appears.
-
Enter the constant value or XML Fragment to be assigned.
-
Select Literal is XML Fragment if your constant value is valid XML.
-
Click OK.
-
If you had dragged the source literal to the canvas or center pane in Step 1, drag the source literal icon in the canvas to the desired target node. This maps the source literal to the target variable.
Note:
-
When you assign values to a particular Mediator property during event publishing, the assigned value does not get propagated to the subscribing event.
You can work around this issue by using transformations to include the property as part of the event body.
-
You cannot assign values to the
jca.db.userName
andjca.db.password
properties on Oracle WebLogic Server because their data sources do not support setting the user name or password dynamically to thegetConnection
method.
Table 20-2 through Table 20-4 list the various possibilities of assignment on constants and properties, payloads, and headers of a message from source to target.
Table 20-2 Possibilities on Constants and Properties
Source | Target | Example |
---|---|---|
Property |
Property |
|
Constant |
Property |
|
Table 20-3 Possibilities on Payload
Source | Target | Example |
---|---|---|
XPath Expression |
Property |
|
XPath Expression (below part level) |
Property |
|
Property |
XPath Expression (below part level) |
|
Constant |
XPath Expression (below part level) |
|
XPath Expression |
XPath Expression |
|
XPath Expression (below part level) |
XPath Expression (below part level) |
|
Table 20-4 Possibilities on Header
Source | Target | Example |
---|---|---|
XPath Expression (below part level) |
Property |
|
Property |
XPath Expression (below part level) |
|
Constant |
XPath Expression (below part level) |
|
Constant |
XPath Expression (below part level) |
|
XPath Expression |
XPath Expression |
|
XPath Expression (below part level) |
XPath Expression (below part level) |
|