I need to give a demo on the working of Soap and Rest(practical example). Could anyone help please and suggest an example using .net frame work or any other suitable ways.
Let me put it this way “I want to implement Soap and rest web services in asp.net. I need the required steps to do it”
Thanks in advance.
A simple example that I usually use is the calculator service. This is an example Restful implementation and this is the same one using SOAP.