简体   繁体   中英

Soap and Rest Webservices

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.

Searching in internet would help you. I wound this artticle that may help you in your presntation of pros/cons of the two.

http://geeknizer.com/rest-vs-soap-using-http-choosing-the-right-webservice-protocol/
or a nice presentation taken from here
http://www.slideshare.net/cesare.pautasso/rest-vs-soap-making-the-right-architectural-decision-1st-international-soa-symposium-amsterdam-october-2008-presentation

Hope it helps.

WCF is smart. He can make us go. We need him. REST / SOAP endpoints for a WCF service

Given the fact that you're about to do a presentation, I think you want examles in terms of use cases and not technically, right?

Here are a few examples:

  • Translation service
  • Currency converter

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM