Skip to content

Instantly share code, notes, and snippets.

@nuwanbando
Created March 15, 2016 18:59
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 nuwanbando/ed9f148c3776e0eb72aa to your computer and use it in GitHub Desktop.
Save nuwanbando/ed9f148c3776e0eb72aa to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<sequence name="test_seq" xmlns="http://ws.apache.org/ns/synapse">
<log level="full">
<property name="initial message" value="###### INNITIAL MESSAGE #####"/>
</log>
<payloadFactory media-type="json">
<format>{"message":"sucsess"}</format>
</payloadFactory>
<log level="full">
<property name="message b4 send" value="###### MESSAGE B4 RESPONSE #####"/>
</log>
<respond/>
</sequence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment