Web 服务和 RPC
你好 我对这两个术语有误解 Web Service 和 RPC 之间的技术差异是什么? 我们可以将 WS 视为 XML RPC 吗?它是 xmlRpc 吗?
谢谢
Hi
I have misunderstanding in the two terms
What is the technical differences between Web Service and RPC ?
can we consider a WS as a XML RPC and is it a xmlRpc ?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这两个术语都有些模糊,并不涉及特定的技术。 Web 服务可用于制作RPC 使用 WSDL 或其中之一一些大致相同的标准,例如 CORBA、RMI,或 DCOM< /a>.
WSDL 可用于描述 SOAP Web 服务,或者(在 WSDL 2.0 中)一种 RESTful 服务。
Both terms are somewhat vague, and do not refer to specific technologies. Web services can be used to make RPCs using WSDL or one of a few standards which are roughly equivalent, such as CORBA, RMI, or DCOM.
WSDL can be used to describe a SOAP web service, or (in WSDL 2.0) a RESTful one.