Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Bwtween SOAP 和 Restfull 有什么区别?更何况,SOAP 属于哪个主题应用程序或程序?差异的关键指标是什么。提前致谢。
SOAP 是一种用于实现基于 XML 和 HTTP 的客户端/服务器系统的特殊技术。
RESTful 是一组用于实现基于 Web 的服务的设计规则/指南。
资源是真正的 RESTful 设计的关键元素,而不是分别用于 RPC 和 SOAP Web 服务中的“方法”或“服务”。