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传输层协议

上一篇:116. 填充每个节点的下一个右侧节点指针


下一篇:UnityShader入门精要——运动模糊