404 not found for Odata V3 ?
Options
hello,
I installed linqpad v5.05
I am trying to connect to this Odata v3 endpoint : localhost:1211/odata/Products
in linqpad , i choose this provider : 'wcf data services (odata 3)'
i see a 404 not found.
fiddler finds the endpoint ok.
Am i using the wrong provider ?
Thanks, Peter
I installed linqpad v5.05
I am trying to connect to this Odata v3 endpoint : localhost:1211/odata/Products
in linqpad , i choose this provider : 'wcf data services (odata 3)'
i see a 404 not found.
fiddler finds the endpoint ok.
Am i using the wrong provider ?
Thanks, Peter
Comments
-
Can you navigate to localhost:1211/odata/Products in a web browser?
And then what does it display? -
yes, and i can see the json data rows of the entity
-
Then maybe the URI should be just localhost:1211/odata/?
-
bingo. that works. thanks!