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.
|
|