WSO2 WSF/PHP Manual

1. Introduction
2. Requirements
3. Installation
4. Runtime Configuration
5. Quick Start Guide
5.1. Hello Service
5.1.1. Operation Implementation
5.1.2. Service Instance Creation with Operations
5.1.3. Replying to Service Invocations
5.1.4. Full Source
5.1.5. Deploying the Service
5.2. Hello Client
5.2.1. Preparing Request Message
5.2.2. Sending Request and Receiving Response
5.2.3. Full Source
5.2.4. Running the Client
6. Consuming Web Services
6.1. Using SOAP
6.2. Using REST
6.3. Payload Formats
6.4. Attachments with MTOM/XOP
6.5. Using WS-Addressing
6.6. WS-Security
6.7. One-Way Clients
6.8. Consuming Web Services using Function API
7. Providing Web Services
7.1. Using SOAP
7.2. Using REST
7.3. Payload Formats
7.4. Attachments with MTOM/XOP
7.5. Using WS-Addressing
7.6. Implementing Service Operations with in a class
7.7. One-Way Operations
7.8. Providing Web Services using Function API
8. Security Manual
8.1. Writing a Secure Web Service Client
8.2. Writing a Secure Web Service
8.3. Encryption and Signing
8.4. Code Sample on Encryption
9. Reliable Messaging Manual
9.1. How to Configure WSO2 WSF/PHP for RM
9.2. Writing RM Enabled Client
9.3. Writing RM Enabled Service
10. Using WSDL
10.1. Writing a Simple Client to use WSDL Mode
10.2. Writing a Simple Service to use WSDL Mode
10.3. WSDL Generation for a Given Service
10.4. WSDL to PHP Code Generation
11. Data Services Manual
10.1. Writing a Simple DataService
10.2. Deploying the DataService
10.3. Writing a Test Client