The property request like
http://localhost:8080/odata/vdb/table/property http://localhost:8080/odata/vdb/table/property/$value
needs to return a property based response, instead they are returning the "entity" based response.
The function with simple scalar return, should return just simple data
http://localhost:8080/odata/vdb/func?param=value
instead it returning the collection based data