Table 1: XML-RPC API for account info.
表1:账号信息的XML - RPCapi。
Lastly, let's look at the XML-RPC protocol.
最后,让我们考察一下XML - RPC协议。
This integer is then returned to the XML-RPC client.
然后这个整数返回给XML-RPC 客户端。
XML-RPC can be used to script application behaviors.
可以使用XML - RPC描述应用程序的行为。
An introductory XML-RPC program needs a meatier framework.
XML - RPC的入门程序需要一个更丰富的框架。
Apache XML-RPC: Download the latest version for your system.
Apache XML - RPC:下载适合您系统的最新版本。
You can turn on debugging in the XML-RPC object to verify this.
您可以在XML - RPC对象中开启调试来校验它。
In addition, XML-RPC libraries are much more mature than SOAP libraries.
除此以外,XML - rpc库要比soap库成熟得多。
XML-RPC defines procedure calls encoded in XML and communicated over HTTP.
XML - RPC定义了使用XML编码并通过HTTP通信的过程调用。
In RPC (and XML-RPC), encoding can only occur for a predefined set of data types.
在RPC(和XML - RPC)中,编码只可能针对预先定义的数据类型发生。
Here the respond function builds the XML-RPC response and sends it to the client.
在这里respond函数构建了XML - RPC响应并将它发送到客户机。
Again, the success or failure of this operation is returned to the XML-RPC client.
此外,这个操作的成功或失败都返回给XML - RPC客户端。
The front-end code can only get to the underlying data by making these XML-RPC calls.
前端代码只有通过调用这些XML - RPC才能够接触到底层数据。
One last thing to note about SOAP and XML-RPC is that they are just based on plain XML.
关于SOAP和XML - RPC要注意的最后一件事情就是,它们都建立在纯x ML的基础上。
Many people have commented to us that XML-RPC can fill most of the roles that SOAP does.
许多人已经向我们说过XML - RPC可以胜任SOAP能胜任的大多数角色。
Table 1 shows the XML-RPC middleware API for this application's user accounts data store.
表1给出了这个应用程序的用户账号数据存储的XML - RPC中间件api。
The subsequent block of code initializes the XML-RPC client connection to the blog server.
接下来的代码初始化到博客服务器的XML - RPC客户端连接。
Suppose you're writing a PHP script that receives XML-RPC requests and generates responses.
假定正在编写php脚本,用来接收XML - RPC请求并生成响应。
I've also added a fault method that sends an XML-RPC fault response when something goes wrong.
我还添加了fault方法,当发生故障时将发送XML - RPC错误响应。
Given this brief theoretical background, let's solve a real world problem with XML-RPC middleware.
根据这个简短的理论背景,让我们使用XML - RPC中间件来解决现实世界中的一个问题。
These developers could gain a lot from moving to a SOAP-based or XML-RPC-based communication model.
这些开发人员可以从转向基于SOAP或基于XML - RPC的通信模型中获益匪浅。
In particular, I looked at RPC, XML-RPC, and SOAP, dissecting what is included with each technology.
特别是,我查看了RPC、XML - RPC和SOAP,剖析了每项技术所包含的。
Simplicity Slightly complex compared to XML-RPC Easy to understand and develop implementation-specific.
简单性比xml - RPC略微复杂易于理解和进行开发特定于实现。
If the variable is set, the document is not well-formed, and you instead send an XML-RPC fault response.
如果设置了该变量,则文档不是格式良好的文档,并发送XML - RPC错误响应。
Finally, picture an XML-RPC sender at one place of business sending an XML-RPC payload to another business.
最后,想象在某处企业的XML - RPC发送方将一个XML - RPC有效负载发送到另一个企业。
You can skip the SOAP download and just stick with simple XML-RPC (see the links in the Resources section).
可以跳过SOAP下载,仅抓住简单的XML - RPC(请参阅参考资料这一节中的链接)。
Using XML for messaging has become popular enough to have produced these two alternatives: XML-RPC and SOAP.
使用XML进行消息传递已经非常流行,以至于已经产生了两个替代品:XML - RPC和SOAP。
Instead, we will look at one interesting application of Web services in conjunction with XML-RPC: middleware.
我们将看到一个与XML - RPC:中间件(middleware)结合的有趣的Web服务应用程序。
XML-RPC is a powerful and simple message passing system that excels in the sort of application described in this article.
XML - RPC是一个强大而又简单的消息传递系统,超过了本文中所描述那种应用程序。
Now I know you may be feeling cheated here, as this is an article about SOAP, and you are getting an XML-RPC code sample.
现在,我知道您可能有一种被欺骗的感觉,因为本文是关于SOAP的文章,而您正在获取XML - RPC代码样本。
应用推荐