Is it possible to get metadata of an OData service in JSON format?
When I try to use format=json , it doesn't work. Here is what I tried :
{application service path}$metadata/?format=json
Error Respose :
{"error": {"code": "406","message": "Missing format for representation kind 'METADATA'"}}