I am really confused about one scenario in WCF.
I have on WCF service " SERVICE1" which exposes two operations "OP1" and "OP2".
There are two clients consuming the service "CLIENT1" AND "CLIENT2".
The condition is "CLIENT1" can only invoke "OP1" while "CLIENT2" is restricted to "OP2".