Open dewdad opened 8 years ago
Hi @dewdad ,
I tried it with following request and it works well in Electron-shell.
{
"identifier": 1,
"name": "Metadata",
"description": "",
"httpMethod": "GET",
"useProjectPrefixUrl": true,
"fetchCSRFToken": false,
"url": "$metadata",
"tags": "",
"requestBody": "",
"scriptCode": "",
"testScriptCode": "",
"responseBodyFormat": "xml",
"groupName": "",
"useBasicAuthentication": false,
"usernameBasicAuth": "",
"passwordBasicAuth": "",
"assertions": [],
"requestHeaders": []
}
You can copy and import this single request to test it. If there is still a problem, please export the request on the Request tab. Thanks!
i think he meant that odata v4 is not working with the "Add new request based on OData metadata" feature. this does not work because the openui5 odatamodel does not support v4 yet.
http://services.odata.org/V4/Northwind/Northwind.svc/$metadata fails to load.