WSO2 Web Services Framework (WSF)/PHP v1.0.0beta Released
We are pleased to announce the release of WSO2 WSF/PHP 1.0.0beta on the 20th of July 2007.
Download Release | Project Home
Key Features
1. 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
2. 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
3. Attachments with MTOM
- Binary optimized
- Non-optimized (Base64 binary)
4. WS-Addressing
- Version 1.0
- Submission
5. WS-Security
- UsernameToken and Timestamp
- Encryption
- Signing
- WS-SecurityPolicy based configuration
6. WS-Reliable Messaging
- Single channel two way reliable messaging
7. WSDL Generation for Server Side
- WSDL generation based on annotations and function signatures, and serving on ?wsdl requests
8. REST Support
- Expose a single service script both as SOAP and REST service
9. WSDL mode support for both client and server side
- Write services and client based on a given WSDL
10. Backward compatibility with PHP5 SOAP extension
- Experimental
Reporting Problems
Issues can be reported using the public JIRA available at: https://wso2.org/jira/browse/WSFPHP
Contact Us
Please subscribe to our user or developer mailing lists.
We welcome your early feedback on this implementation.
Thank you for your interest in WSO2 WSF/PHP.
-- WSO2 WSF/PHP Team