SOAP 协议

SOAP

https://www.runoob.com/soap/soap-intro.html

web service

https://www.runoob.com/webservices/webservices-tutorial.html

http 和 webservice 都是基于TCP/IP协议的应用层协议
webservice是基于http的soap协议传输数据 webservice=soap=http+xml,webservice协议就是有http+xml组成的,其中xml中会用到wsdl,wsdl是描述语言xml中的一种格式。
socket是基于TCP/IP的传输协议,是对TCP/IP协议的封装
socket和TCP都是基于TCP/IP传输层协议

posted @ 2022-02-27 19:18  chuangzhou  阅读(111)  评论(0编辑  收藏  举报