千家信息网

About MetaWeblog

发表于:2025-01-24 作者:千家信息网编辑
千家信息网最后更新 2025年01月24日,XML-RPCWhat is XML-RPCXML-RPC SpecificationIt's a spec and a set of implementations that allow softw
千家信息网最后更新 2025年01月24日About MetaWeblog

XML-RPC

What is XML-RPC
XML-RPC Specification

It's a spec and a set of implementations that allow software running on disparate operating systems, running in different environments to make procedure calls over the Internet.

It's remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned.

0