Issue with Web API call ? edmx

Hi Team

Extracting metadata from CSOD very well.

About 2 months ago it stopped working.

Previously my headers were set to Accept: application/json
I also tried

Expected output

Any suggestions why - and if that can be fixed?

Thanks

Use the "Web request" action instead of "Import from Web API". Configure it the same way - connector, headers, etc.

The "Web request" action doesn't automatically parse the response into a dataset, so you will be able to see the actual XML response. Post a screenshot of this response, or send it to our support.

Thx, Dmitry.
The file appears to be xml file, but I cannot parse it.
R

Hi Rykie,

Is it possible for you to share that file with us? If so, please send it to our support email.

Hi Rykie,

Thank you for the file.

The Schema element and its child elements have a namespace that is different from the root element's namespace. So they are ignored by default.

You can work around it by selecting the following Root XML path: edmx:Edmx/edmx:DataServices/Schema/EntityType.

Thank you @andrew.rybka