Programmer's Reference Guide
Table of Contents
- 52.1. Introduction
- 52.2. Zend_XmlRpc_Client
- 52.3. Zend_XmlRpc_Server
- 52.3.1. Introduction
- 52.3.2. Basic Usage
- 52.3.3. Server Structure
- 52.3.4. Conventions
- 52.3.5. Utilizing Namespaces
- 52.3.6. Custom Request Objects
- 52.3.7. Custom Responses
- 52.3.8. Handling Exceptions via Faults
- 52.3.9. Caching Server Definitions Between Requests
- 52.3.10. Usage Examples
- 52.3.10.1. Basic Usage
- 52.3.10.2. Attaching a class
- 52.3.10.3. Attaching several classes using namespaces
- 52.3.10.4. Specifying exceptions to use as valid fault responses
- 52.3.10.5. Utilizing a custom request object
- 52.3.10.6. Utilizing a custom response object
- 52.3.10.7. Cache server definitions between requests
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.
Search the Manual
Components
Languages Available
Translation Status Reports
View the current status report of Zend Framework manual translations.
