第 41 章 Zend_XmlRpc

目录

41.1. Introduction
41.2. Zend_XmlRpc_Client
41.2.1. Introduction
41.2.2. Method Calls
41.2.3. Types and Conversions
41.2.4. Server Proxy Object
41.2.5. Error Handling
41.2.6. Server Introspection
41.2.7. From Request to Response
41.2.8. HTTP Client and Testing
41.3. Zend_XmlRpc_Server
41.3.1. Introduction
41.3.2. Basic Usage
41.3.3. Server Structure
41.3.4. Conventions
41.3.5. Utilizing Namespaces
41.3.6. Custom Request Objects
41.3.7. Custom Responses
41.3.8. Handling Exceptions via Faults
41.3.9. Caching Server Definitions Between Requests
41.3.10. Usage Examples

41.1. Introduction

From its home page, XML-RPC is described as a "...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."

The Zend Framework provides support for both consuming remote XML-RPC services and building new XML-RPC servers.