
In some cases you might want to read the system date and get it into the ESB and perform an action based on the time. The easiest way to do this is by using the property mediator and using default synapse properties.
You can do this in the following manner.
<property name="StrigVal"
expression="get-property('SYSTEM_DATE')"
scope="default"
type="STRING"/>
A full proxy service...