Hi,
A vendor has requested us to expose an XML based custom D365 F&SCM API.
As far as I know, the D365 F&SCM custom web API works with JSON request/response. Is there a way to natively implement this.
I've thought of a workaround where I will create a HTTP trigger logic app which will take XML request. Then I'll convert this XML request to JSON and pass it to D365 custom web API. I would like to know if there is a better way to achieve this?
Note, the vendor is not able to send us request in any other format so we are bound to work with XML request/response.