I still can not look at a web service and say if it is REST
or SOAP
. The question is:
Sometimes I find it difficult to ask questions. Well, then let's go. I arrived at the company now and saw within a project, a web service. There's asmx.cs and asp.net. This web service is within the project. It is an aspx project and I have to rewrite everything using MVC 4 or 5, in my case 5. Well, I thought about keeping the web service running, but since it is together in the same previous project and as I will have to rewrite in MVC, which recreate it within my current project. I will reuse almost everything in it and maybe add something new. Hence the initial question. But I would like to know about you if you have how to get this web service and dismember the current project or this is pure utopia. Should I really rewrite? This is also my doubt.