由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - .NET 入门系列(2)--Web Services,XML,SOAP
相关主题
web service Re: .NET 入门系列(1)--什么是.NETSOAP is out of date from web services?
用Web Service,当client调用Server的API的时候, .NET 入门系列(1)--什么是.NET
Office 2007 Office Open XML Format New LineCan two web services consume each other?
SOAPWindows Service Programming (转载)
[转载] 申请.NET 版Anyone can recommend a .Net hosting service?
.NET 入门系列(3)--SOAP, WSDL, disco.NET Runtime Optimization Service v2.0.50727_X86
ASP.NET Developercan not run ASP by IIS 5.1 in WIN XP (转载)
.Net Formatting Objects Processor - NFOPASP.NET 怎么跟后端main process通信?
相关话题的讨论汇总
话题: soap话题: xml话题: web话题: services话题: leverages
进入DotNet版参与讨论
1 (共1页)
E*******s
发帖数: 42
1
1. Web services infrastructure 以XML作为data format, 以SOAP to package up
Web services infrastructure leverages the Internet as the communications
fabric, leverages XML as the data format, leverages SOAP as the way to package
up interactions between different applications and different services.
it gives us a very robust, but still very simple framework to build these
applications on top of it.
2. the methodology for Web services , It's a set of protocols and format like
SOAP, like XML
所以如果你有一些exis
L*******r
发帖数: 1011
2
我想,
在设计的时候,需要考虑到底系统需要多flexible.
因为SOAP interface不是free lunch,它是付出性能代价的。
如果有兴趣,还可以比较一下XML-RPC和SOAP. XML-RPC出现在SOAP之前,比较轻量级。
SOAP引入了OO,当然也付出了更多性能代价。

package
like

【在 E*******s 的大作中提到】
: 1. Web services infrastructure 以XML作为data format, 以SOAP to package up
: Web services infrastructure leverages the Internet as the communications
: fabric, leverages XML as the data format, leverages SOAP as the way to package
: up interactions between different applications and different services.
: it gives us a very robust, but still very simple framework to build these
: applications on top of it.
: 2. the methodology for Web services , It's a set of protocols and format like
: SOAP, like XML
: 所以如果你有一些exis

m******t
发帖数: 2416
3

SOAP does not support OO. It supports "complex data types" that cannot
have any behaviors attached to them.

【在 L*******r 的大作中提到】
: 我想,
: 在设计的时候,需要考虑到底系统需要多flexible.
: 因为SOAP interface不是free lunch,它是付出性能代价的。
: 如果有兴趣,还可以比较一下XML-RPC和SOAP. XML-RPC出现在SOAP之前,比较轻量级。
: SOAP引入了OO,当然也付出了更多性能代价。
:
: package
: like

L*******r
发帖数: 1011
4


Sorry. I am wrong. I abused the term "OO".

【在 m******t 的大作中提到】
:
: SOAP does not support OO. It supports "complex data types" that cannot
: have any behaviors attached to them.

1 (共1页)
进入DotNet版参与讨论
相关主题
ASP.NET 怎么跟后端main process通信?[转载] 申请.NET 版
.Net remoting usage and performance..NET 入门系列(3)--SOAP, WSDL, disco
请问, ASP.NET 中, 2 个web form之间如何传参数?ASP.NET Developer
serialization problem.Net Formatting Objects Processor - NFOP
web service Re: .NET 入门系列(1)--什么是.NETSOAP is out of date from web services?
用Web Service,当client调用Server的API的时候, .NET 入门系列(1)--什么是.NET
Office 2007 Office Open XML Format New LineCan two web services consume each other?
SOAPWindows Service Programming (转载)
相关话题的讨论汇总
话题: soap话题: xml话题: web话题: services话题: leverages