Select from following answers:- http://localhost:12345/Northwind.svc/Orders

- http://localhost:12345/Northwind.svc/Orders('All')
- http://localhost:12345/Northwind.svc/Entities?Orders
- All Above
The correct URI to access the Orders entities is http://localhost:12345/Northwind.svc/Orders. The entities set name is given as a relative path.
The URI http://localhost:12345/Northwind.svc/Orders('All') is incorrect and will return an empty result set. You do not need to specify 'All'.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator