'In Azure Data Factory how to read XML response
As I am new to ADF, looking for the right way to read/accept XML response from an API.
Tried the following activities using copy activity,
Rest, linked service. Linked service connection is successful but while previewing the error,

HTTP, linked service. Linked service connection is successful but while previewing the error,

OData, linked service. failed to connect to the linked service Error: Failed to create odata connection to RequestUrl.

It would be helpful if someone could share a doc or reference on how XML API response can be consumed in the ADF.
Solution 1:[1]
As per official documentation, REST connector only support response in JSON.
EDIT -
Unfortunately XML response is not supported. You can use an ADF Custom activity to transform the XML programmatically.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |

