Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a XML request coming to an API. From the xml request, I need to get the value of particular attribute using xpath, and set that as the new body.
Is there an xpath support in APIM policies ? Or what would be the best way to do this?
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
@Kothai Ramanathan A simple xpath is not available AFAIK but I believe you can use a combination of xml-to-json and set-body policies to achieve the same.