SOAP 与 restful service区别
Posted Andy_Cheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SOAP 与 restful service区别相关的知识,希望对你有一定的参考价值。
SOAP: simple object access protocal
Restful: representation state transfer
1.Restful优点
- 走Http标准协议(get/post/put/delete),可以使用HttpCatch,如果下次发送同样的请求,本地缓存会发送回复。
- 精准定位资源,调用方式:URL+Action,支持文本、Json和xml消息格式
- 可以获得服务器端返回信息
- 接口依赖方面耦合度很低,客户端调用代码无需改动,只需要修改客户端配置
- 轻量级
- 支持xml
- 重量级服务
以上是关于SOAP 与 restful service区别的主要内容,如果未能解决你的问题,请参考以下文章
具象状态传输 (REST) 和简单对象访问协议 (SOAP)
Rest,Rest Api,Web Service,RestFul Api之间的区别[关闭]
接口开发浅谈 SOAP Webserver 与 Restful Webserver 区别