简体   繁体   English

肥皂和休息Web服务

[英]Soap and Rest Webservices

I need to give a demo on the working of Soap and Rest(practical example). 我需要给出一个有关Soap and Rest工作的演示(实际示例)。 Could anyone help please and suggest an example using .net frame work or any other suitable ways. 任何人都可以帮忙,并提出使用.net框架工作或任何其他合适方式的示例。

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" 让我这样说:“我想在asp.net中实现Soap和Rest Web服务。我需要执行必要的步骤”

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. 是一个例子宁静的实施和是一个使用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/ 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 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. WCF很聪明。 He can make us go. 他可以让我们走。 We need him. 我们需要他。 REST / SOAP endpoints for a WCF service WCF服务的REST / SOAP端点

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 货币换算

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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