/WSO2_config_9 Secret
Created
May 12, 2016 16:37
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
<sequence xmlns="http://ws.apache.org/ns/synapse" name="testProxy_in"> | |
<property name="HTTP_METHOD" value="POST" scope="axis2" type="STRING"></property> | |
<property name="messageType" value="multipart/form-data" scope="axis2" type="STRING"></property> | |
<payloadFactory media-type="xml"> | |
<format> | |
<text xmlns="http://ws.apache.org/commons/ns/payload">$1</text> | |
</format> | |
<args> | |
<arg xmlns:ns="http://org.apache.synapse/xsd" expression="$body/*" evaluator="xml"></arg> | |
</args> | |
</payloadFactory> | |
<log level="full" separator="testProxy In Sequence, "></log> | |
<send> | |
<endpoint key="fileUploadEndpoint"></endpoint> | |
</send> | |
</sequence> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment