开发者

How do Remote Procedure Calls relate to Web Services?

开发者 https://www.devze.com 2023-02-04 04:50 出处:网络
So here is the question how ar开发者_如何学Ce Remote Procedure Calls (RPC) related to Web Services?

So here is the question how ar开发者_如何学Ce Remote Procedure Calls (RPC) related to Web Services?

Cheers, J


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消