we know that when client consume wcf service then they have to add reference first to create proxy but for web api no proxy is required. so tell me if we create Rest based WCF service then also client has to add service reference to create proxy before service call?
guide me please. thanks