WSO2 Web Services Framework/PHP
WSO2 Web Services Framework/PHP (WSO2 WSF/PHP) is a next generation SOAP
stack, based on Apache
Axis2 C, for providing and consuming Web Services in PHP.
WSO2 WSF/PHP supports both SOAP 1.2 and SOAP 1.1 as well as
some of the WS-* stack specifications: SOAP MTOM, WS-Addressing version 1.0 and submission, and WS-Security
UsernameToken.
Mailing Lists
You can get involved by sending you feedback to the following mailing
lists.
User Mailing List : wsf-php-user@wso2.org | Subscribe |
Unsubscribe
Latest Release
20th July 2007, WSO2 WSF/PHP 1.0.0beta Released
Download WSO2
WSF/PHP 1.0.0beta
Key Features
- Client API to consume Web services
- WSMessage class to handle message level options
- WSClient class with both one way and two way service invocation
support
- Option of using functions in place of object oriented API with
ws_request() and ws_send() functions
- Service API to provide Web services
- WSMessage class to handle message level options
- WSService class with support for both one way and two way
operations
- Option of using functions in place of object oriented API with
ws_reply()
- Attachments with MTOM
- Binary optimized
- Non-optimized (Base64 binary)
- WS-Addressing
- WS-Security UsernameToken
- Support for different XML formats for payload: string,
SimpleXMLElement, domDocument.