How to Assign Numeric Values
The following example shows how to assign an XPath expression with the integer value of 100
.
<assign> <!-- copy from integer expression to the variable --> <copy> <from expression="100"/> <to variable="output" part="payload" query="/p:result/p:quantity"/> </copy> </assign>