Implementing advanced transformations with XSLT and GatewayScript
So, you find yourself needing to perform a transformation on your messages, but none of the built-in transformation policies will provide exactly what you need. Perhaps you don't want to transform your messages to a different structure, but you wanted to add to, or enrich, your messages. Or maybe you want to encrypt a specific field instead of redacting it. Countless transformation use cases may present themselves with each one being similar, but different enough that they will require some custom coding. This is where API Connect provides the ability to utilize two powerful programming languages to give you the flexibility to customize your transformations in any way you would like. In this section, we will discuss a few scenarios where this would be helpful, but the possibilities are endless when you have the ability to get back to the power and control of basic programming!
XSLT
Extensible Stylesheet Transformation...