Friday, September 12, 2008

WSO2 WSF/PHP 2.0 released

Nandika has announced the release of WSO2 WSF/PHP 2.0. You can download the release from here. This is a very feature rich release. Following is the feature list.

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
* WS-Secure Conversation

6. WS-Reliable Messaging
* Single channel one way and two way reliable messaging

7. WSDL Generation for Server Side
* WSDL generation based on annotations and function signatures, and serving on ?wsdl or wsdl2 requests

8. WSDL mode support for both client and server side
* Write services and client based on a given WSDL
* WS-Addressing and WS-SecurityPolicy is supported in WSDL mode
* MTOM is now supported with WSDL mode

9. REST Support
* Expose a single service script both as SOAP and REST service

10. Provide easy to use classes for common services
* Consume some well known services such as Yahoo search and Flickr and Amazon services using predefined classes

11. wsdl2php.php script. This script can generate PHP classes for services and clients for a given WSDL to be used with WSDL Mode .

12. Data Services API
PHP Data Services API that enables exposing database queries as web services.


--------------------------------
Major Changes Since Last Release
================================
* Added PKCS12 Keystore Support
* Added Secure Conversation Support
* Added Replay Detection Support
* Contract First Web Services support for MTOM
* SWA ( Soap With Attachments ) Support added
* MTOM Attachment caching support added
* HTTP Chunking support added
* REST API Improved to support HTTP verbs GET,DELETE,PUT and POST
* New PHP Data Services Solution
* WS-RM 1.1 added
* Many Bug Fixes

No comments: