<api xmlns=”http://ws.apache.org/ns/synapse” name=”TestApi” context=”/helloWorld”>
<resource methods=”GET” url-mapping=”/hello”>
<inSequence>
<property name=”ContentType” value=”text/xml” scope=”axis2” type=”STRING”/>
<switch source=”$axis2:HTTP_METHOD”>
<case regex=”GET”>
<property name=”HTTP_METHOD” value=”GET” scope=”axis2” type=”STRING”/>
</case>
<case regex=”POST”>
<property name=”HTTP_METHOD” value=”POST” scope=”axis2” type=”STRING”/>
</case>
<default/>
</switch>
<log/>
<send>
<endpoint>
<address uri=”http://localhost:8080/HelloRestFul” format=”pox”/>
</endpoint>
</send>
</inSequence>
<outSequence>
<log/>
<send/>
</outSequence>
</resource>
</api>
Tuesday, December 17, 2013
WSO2 ESB - sample REST to REST API configuration
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment