Hello guys,
I need to Push Data in XML format from D365 AX to third party system.
Right now, I have just make one POC
Step 1 : I have created the data entity using VendGroup table
Step 2 : I have set the property as IsPublic to yes also
Step 3 : Using Odata, I am using the {URL}/data/EntityName
Step 4 : I m getting data in .Jason format
But i want the data in .XML format. So can you suggest me how i can achieve this.?