Skip to content

Instantly share code, notes, and snippets.

@vanjikumaran
Created April 28, 2015 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanjikumaran/82a12f040a08af504aac to your computer and use it in GitHub Desktop.
Save vanjikumaran/82a12f040a08af504aac to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse"
name="RecursiveValueFetch"
transports="https,http"
statistics="disable"
trace="disable"
startOnLoad="true">
<target>
<inSequence>
<property name="Key" value="Location" scope="default" type="STRING"/>
<property name="Location" value="Colombo" scope="default" type="STRING"/>
<log level="custom">
<property name="Value Fetched" expression="get-property(get-property('Key'))"/>
</log>
<respond/>
</inSequence>
</target>
<description/>
</proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment