I am currently working on parsing and validating the XML request body in Azure APIM, so that if something is missing or not valid , we can return the response and do not send the request to the backend.
I am aware that we have Validation Policies for JSON validation , do we have something for XML as well or not ?
If not , how can we achieve the same in Azure APIM . Please sugggest.