-
OData calls made using `DataServiceContext` will not reuse sockets. High load will therefore lead to port exhaustion, leading to `System.Net.Sockets.SocketException` being thrown with the followin…
-
OData / Flow ➡ FetchXML.
Get query:
1. Paste full OData query
2. Paste one/several parts from Flow Dataverse List rows parameter items
Create FetchXML from this.
Like the same as we have fo…
-
As a reference let's use:
https://services.odata.org/V4/TripPinService/$metadata#People
and query
https://services.odata.org/V4/TripPinService/People?$select=LastName,Photo
For P…
-
I have an OData server project with WCF data services and Entity Framework. I want to update it to OData.net but I see goohling is that I have to manually create a controller for each table and I have…
-
I use [openbmc-test-automation](https://github.com/openbmc/openbmc-test-automation) v3.0-stable branch and run the redfish/update_service/test_firmware_tftp_upload_image.robot test case.
After uplo…
-
I have problem call function or action with parameters.
Server side is ASP.NET Core 2.2 OData 4 API.
**Schema:**
```
```
**Function**
```
…
-
Hey there,
i'd like to use the n-odata-server with the UI5 TreeTable
To use the TreeTable in our app with odata i found a reference on
http://scn.sap.com/community/developer-center/front-end/blog/201…
-
**Goal**
As described here: http://docs.oasis-open.org/odata/odata-json-format/v4.0/cs01/odata-json-format-v4.0-cs01.html#_Toc365464710
I would like my entity to return mediaReadLink and mediaConten…
-
Hello,
**Version Microsoft.AspNetCore.OData, Version=8.0.4.0**
Seems default controller doesn't allow HEAD method requests on $metadata requests: `http://www.xx.com/api/$metadata": The remote se…
-
There are some issues with the URL parsing.
Lets assume you have an entity with a key of type string. The value for this id is `some%30value`. This leads to an uri like `odata/model/entity(%27s…