Say you have a SQL Server 2008 database. You are creating a SOAP web service. You then deploy or publish this using Visual Studio 2010 on one website. Now, using the same database, you create the REST web service in a different solution. You are deploying this on another website.
Can you use endpoints and / or .svc file for both SOAP and REST web services, although they all refer to the same SQL Server 2008 database?
I don’t understand why not, but before I go this route and spend the days, I would like to make sure.
Also, if there is performance in the database, if it launches SOAP and REST at the same time - again, I don’t understand why this matters, but I have to make sure. Thanks.
source share