Are XSLT request and response body transformatios supported?

Does Tyk support XML to XML request and response transformations using XSLT?

Hi @dhilipsiva and welcome to the community!

Tyk supports SOAP (XML) to REST (JSON) transformations and provides a fantastic way to modernise legacy webservices and provide modern API functionality to legacy services. Tyk is written as a JSON based API gateway and therefore will transform both input and output to and from XML to be processed in JSON.
We have a handy guide here on how to perform this: SOAP to REST
It is relatively straightforward to do this on both upstream and downstream connections and using custom middleware you could perform the exact transformation you require.
Also some info here if you are using the OS gateway an do’t have access to the dashboard: Request Body