0
Answer

How to call TCP Hosted WCF sevice from Angularjs

Hello,

I have created WCF service which host on TCP port (it use nettcpbinding).

Now I want call this service from AngularJs application or from Jquery.
Is it possible ? How?