pensoffsky / projectX

OData Testing Tool
11 stars 4 forks source link

Support for OData v4 #52

Open dewdad opened 8 years ago

dewdad commented 8 years ago

http://services.odata.org/V4/Northwind/Northwind.svc/$metadata fails to load.

citoki commented 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!

pensoffsky commented 8 years ago

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.