How is the REST support in Apache Synapse? I see in one of the samples an example of converting REST to SOAP but is it possible to:
- Proxy a REST service? - Obtain a WADL through the proxy? - Mediate POX messages for a REST service? My use case is I have an existing REST endpoint and I want to apply transformations to the request/responses, which are JSON. I see there is some support for translating JSON to and from XML but I was looking for some documentation on that (see my earlier message). Thanks, Nate
