0
I still can’t look at a web service and tell if it’s REST
or SOAP
. The question is:
- When using one or the other
- How to differentiate when viewing the code if it is REST or SOAP
- Performance between one and the other
I sometimes find it difficult to formulate questions. Well, so let’s go. I arrived at the company now and saw inside a project, a web service. There is asmx.Cs and his Asp.net. This web service is within the project. It is an aspx project and I have a duty to rewrite everything using MVC 4 or 5, in my case 5. Well, then I thought about keeping the web service running, but as it is together in the same previous project and as I will have to rewrite in MVC, I will have to 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 if you can take this web service and dismember the current project or this is pure utopia. Should I really rewrite? This is also my doubt.