Skip to content

Instantly share code, notes, and snippets.

@GDLMadushanka
Created December 29, 2019 16:12
Show Gist options
  • Save GDLMadushanka/ea7e4042cd27d402b38f8054e7fdf010 to your computer and use it in GitHub Desktop.
Save GDLMadushanka/ea7e4042cd27d402b38f8054e7fdf010 to your computer and use it in GitHub Desktop.
Sample proxy service to test JSON Transform mediator
<?xml version="1.0" encoding="UTF-8"?>
<proxy xmlns="http://ws.apache.org/ns/synapse" name="testJSONTransform" startOnLoad="true" statistics="disable" trace="disable" transports="http,https">
<target>
<inSequence>
<jsontransform schema="conf:/schema.json"/>
<respond/>
</inSequence>
</target>
<description/>
</proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment