网络服务是什么意思? [英] what is meant by web services?

查看:100
本文介绍了网络服务是什么意思?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以用简单的代码向我解释Web服务的含义吗?....

can anyone explain me about what is meant by web services??with simple code....

推荐答案

http://www.codeguru.com/csharp/csharp/cs_webservices/tutorials/article. php/c5477 [ ^ ]

http://www.iaps.com/Web-Services-Using-CSharp- and-ASP.NET.html [ ^ ]

检查这些链接....:)
Your first C# Web Service[^]

http://www.codeguru.com/csharp/csharp/cs_webservices/tutorials/article.php/c5477[^]

http://www.iaps.com/Web-Services-Using-CSharp-and-ASP.NET.html[^]

Check these links....:)


Web服务是应用程序组件.WebService可以在任何平台上的任何浏览器中使用.
如果我们在.Net平台中创建了Web服务并发布在服务器中.现在,在Java平台应用程序中,我们也可以使用此Web服务.因为,

websrvices将返回输出为"String".因此我们可以获取此字符串并可以使用它.

Web服务可用于通过以下方式以标准方式将业务彼此联系起来:

xml-用于结构化数据
SOAP(简单Oject访问协议)-用于传输数据
WSDL(weservices描述语言)-用于描述Web服务
UDDI(通用描述发现和集成)-用于获取可用服务列表

命名空间:

System.we.webservices
Web services are application components.Web services can be used by any browsers on any platform.Because,

If we created a webservice in .Net platform and posted in a server. Now in java platform application also, we can use this webservice. Because,

The websrvices will return the output as "String" .So we can get this string and we can use it.

Web services can be used to connect business with each other in standard way using,

xml-Used for structuring the data
SOAP(Simple Oject access protocol)-used for tranferring the data
WSDL(weservices description language)-used for describing web services
UDDI(Universal description discovery and Integration)-Used to get the list of services available

namespace:

System.we.webservices
<webmethod()>Public Function FahrenheitToCelsius
(ByVal Fahrenheit As String) As String

'add the functionality here


end sub


这篇关于网络服务是什么意思?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆