Transform response to plain-text using wso2 esb 4.0.6
问题 I'm new to web-service and somehow I have created a simple web-service over http/https using wso2 esb 4.0.6. Now my requirement is to remove the tag from response i.e. i need plain text in response, below code snippets will give u a brief idea of my requirement. <case regex="POST"> <property name="HTTP_METHOD" value="POST" scope="axis2" type="STRING"/> <enrich> <source type="inline" clone="true"> <success xmlns="">Your request for subscription is being processed.</success> </source> <target