This file contains 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"?> | |
<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