远程过程调用与 Web 服务有何关系?
那么问题来了,远程过程调用 (RPC) 与 Web 服务有何关系?
干杯, J
So here is the question how are Remote Procedure Calls (RPC) related to Web Services?
Cheers,
J
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们都允许进程间通信。 XML-RPC 是一种RPC 更接近 Web 服务,因为它允许通过 HTTP 协议在不同环境之间进行可互操作的通信。
They both allow for interprocess communication. XML-RPC is a kind of RPC that is even closer to web services as it allows for interoperable communication between disparate environments over the HTTP protocol.