Created
December 29, 2019 16:12
-
-
Save GDLMadushanka/ea7e4042cd27d402b38f8054e7fdf010 to your computer and use it in GitHub Desktop.
Sample proxy service to test JSON Transform mediator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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