由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - .NET 入门系列(3)--SOAP, WSDL, disco
相关主题
请教高人! Lousy WSDL?
.Net remoting usage and performance.How to change web method's name?
SoapExtensionReflector?你们最不喜欢.net的什么?
.NET 入门系列(2)--Web Services,XML,SOAPhow to get reference.vb file?
.Net based Exchange Server applicationadd web service
大侠帮忙:哪里有用Webservice技术的网站SOAP
WSDL请问, ASP.NET 中, 2 个web form之间如何传参数?
Add Web Reference Questionsserialization problem
相关话题的讨论汇总
话题: soap话题: wsdl话题: net话题: language话题: services
进入DotNet版参与讨论
1 (共1页)
E*******s
发帖数: 42
1
SOAP itself provides a structure. WSDL provides a way of describing that
structure, and through UDDI and disco you have the capability of discovering
the services and the structure to get to it
也就是说.
1.the language that any .NET node speaks to any other node on the web, any
other application, the language for exchanging message is SOAP.
2. WSDL: Web Services Description Language,
is to describe services.
SOAP只是wrap, exchange, 它不理解细节. 而WSDL来做细节描述.
3. discovery mechanism
helps to find some info
m******t
发帖数: 2416
2

This is different from my understanding. I thought WSDL describes
a service in an independent way, and then binds it to one or more
underlying protocols - SOAP being one of them.

【在 E*******s 的大作中提到】
: SOAP itself provides a structure. WSDL provides a way of describing that
: structure, and through UDDI and disco you have the capability of discovering
: the services and the structure to get to it
: 也就是说.
: 1.the language that any .NET node speaks to any other node on the web, any
: other application, the language for exchanging message is SOAP.
: 2. WSDL: Web Services Description Language,
: is to describe services.
: SOAP只是wrap, exchange, 它不理解细节. 而WSDL来做细节描述.
: 3. discovery mechanism

1 (共1页)
进入DotNet版参与讨论
相关主题
serialization problem.Net based Exchange Server application
[转载] C# 中comboBox DataBinding 问题大侠帮忙:哪里有用Webservice技术的网站
xmldocument and webservice questionWSDL
新问题Add Web Reference Questions
请教高人! Lousy WSDL?
.Net remoting usage and performance.How to change web method's name?
SoapExtensionReflector?你们最不喜欢.net的什么?
.NET 入门系列(2)--Web Services,XML,SOAPhow to get reference.vb file?
相关话题的讨论汇总
话题: soap话题: wsdl话题: net话题: language话题: services