XData Service Operations

Hi,

How can I diasble all entity access to the xdata server and work only with Service Operations?

Thanks in advance,

Omar Zelaya

You can simply remove all permissions from all entity sets, according to this documentation topic: http://www.tmssoftware.biz/business/xdata/doc/web/index.html?entity_sets_permissions.htm


But you have to keep in mind that if your service operations return associations as references (for example:

 "Customer": "Customer(104)"

your clients won't be able to retrieve the customer content by accessing the url <server>/Customer(104). For that you need at least to keep the GET permission of entity sets.