2

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.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
piku
  • 471
  • 4
  • 12
  • 44

4 Answers4

2

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.

manku
  • 1,268
  • 10
  • 9
  • thanks Prashant. Could you get any other examples/steps for Rest just like Soap u gave..thanks agaain! – piku Jul 01 '11 at 10:29
  • Google around for 'RESTful examples with C#' and you will see may examples. – manku Jul 01 '11 at 10:35
1

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.

zoranmax
  • 79
  • 4
  • thanks supersonic those are some wonderful links u suggested, but the thing is i need to practically show with examples(in .net) i mean setting up the whole scenario and explaining in real. Besides im done with slides and theoritical explainations. – piku Jun 29 '11 at 09:04
1

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

Community
  • 1
  • 1
0

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
b_erb
  • 20,932
  • 8
  • 55
  • 64