We use netTcpBinding in an asp.net webforms intranet application.
On the client machines we have activeX (winforms) running which retrieves its data via wcf.
The activeX container is inside the asp.net application.
What advantage/benefit do we have from using wsHttpBinding over netTcpBinding?