I have been trying to configure/call a rest full api through azure data factory where it gives response in xml format.
Using REST Linked Service: it doesn't have the certificate authentication type. So cannot go with this.
Using HTTP Linked Service: it has the certificate authentication and able to create it successfully but when try to create a dataset it doesn't have the xml format to choose. I have even read the supported file formats in azure data factory and mentioned the same.
Is there any other posbilities where im missing in azure data factory. Could anyone help on this please.
Else i will go with Azure Logic app or Azure Databricks. Still i need to know how can we configure in above two referred azure resources but i will try it later on.