Hello
I've a multi user web tool which makes use of a intermediate web service to communicate with an external datasource. The application makes frequent calls to the web service and it may involve intense data transfer, sometimes.
I want to make a scalable architecture where thousands of users can make use of the web service at the same time and have it reliable.
So what kind of Web Services model or protocols should i prefer as i see lot of types such as REST, WCF, SOAP etc. which i'm not much familiar with. But i'm very much used to stand ASP.NET webservices using SOAP.
Thank you
NLV