Hello, I have configured synapse to be a proxy service. Basically, the request is being sent to synapse along with request parameters. What seems to be happening is that synapse is dropping the POST body when it receives the request. For example: https://localhost:8243/appContext/action
first=a&second=b >From the logs it seems like the query string after the instance is dropped. It seems that Apache Synapse does not work as expected for Restful services. Any sort of help or pointers to documentation is very much appreciated. Thanks and Regards, Yogesh
