Personalize
Events

Webinars

Live Online Training

Conferences

ADS
Products

WSO2 mercury

0.9

WSO2 Mercury is a WS-ReliableMessaging specification implementation that uses Apache Axis2/Java as the SOAP engine.

WSO2 Identity Solution

1.5

WSO2 Identity Solution is a set of Relying Party components and an Identity Provider to enable CardSpace and OpenID authentication.

WSO2 Web Services Framework for Spring

1.0

WSO2 WSF/Spring integrates Apache Axis2 into Spring and provides a Code First approach to create Web Services for the Spring user.

WSO2 WSF/PHP

1.2.1

WSO2 WSF/PHP, a PHP extension used to provide and consume Web services in PHP.

WSO2 Mashup Server

1.0.2

WSO2 Mashup Server is a platform for creating, deploying, and consuming Web services Mashups.

WSO2 WSAS 2.2.1

2.2.1

WSO2 WSAS is an enterprise ready Web services engine powered by Apache Axis2. It is a lightweight, high performing platform for SOA

WSO2 Registry

1.0

WSO2 Registry is a Web 2.0 style registry and repository for storing resources and metadata.

WSO2 ESB

1.6

WSO2 ESB is a lightweight, XML and Web services centric ESB, based on Apache Synapse and Axis2.

WSO2 WSF C++

1.0.0

WSO2 WSF C++, a binding of WSO2 WSF/C into C++ is an extension for consuming Web Services in C++.

WSO2 User Manager

0.6

WSO2 User Manager is a library enabling user authentication and authorization in applications to be handled in a homogeneous manner.

WSO2 WSF/C

1.2.0

WSO2 WSF/C is a framework based on Apache Axis2/C, Rampart/C and Sandesha2/C for providing and consuming Web services in C.

WSO2 WSF/Ruby

1.0.0

WSO2 WSF/Ruby, a binding of WSO2 WSF/C into Ruby is an extension for consuming Web Services in Ruby.

WSO2 WSF/Perl

1.0.0

WSO2 WSF/Perl, a binding of WSO2 WSF/C into Perl is a Perl extension for consuming Web Services in Perl.

WSO2 Web Services Framework for PHP 1.2.0 Released

Forums :

We are pleased to announce the release of WSO2 WSF/PHP 1.2.0.

WSO2 Web Services Framework for PHP (WSO2 WSF/PHP), is an open source,
enterprise grade, PHP extension for providing and consuming Web Services in PHP. WSF/PHP is a complete solution for building and deploying Web services and is the only PHP extension with the widest range of WS-*  specification implementations. It's Key features include, secure services and clients with WS-Security support, binary attachments with MTOM, automatic WSDL generation (code first model), WSDL mode for both services and clients (contract first model) and interoperability with .NET and J2EE.

You can download the release from:
http://wso2.org/downloads/wsf/php

Project home page:
http://wso2.org/projects/wsf/php

------------------
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 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

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 ,Flickr and Amazon  services using predefined classes

------------------------------------------------
Major Changes Since Last Release
================================
1. WSDL mode code was reimplemented to support WSDL 1.1 as well as WSDL 2.0.
  In addition, WSDL mode is also capable of supporting WS-SecurityPolicy and
  WS-Addressing now.

2. WSHeader class was improved to support adding custom soap headers with
  child elements.

3. Supports exposing member functions defined in PHP classes as Web service operations.

4. Many bugs related to MTOM, WSDL generation and WS-Security were fixed.

----------------------------
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. For details on how
to subscribe please visit: http://wso2.org/projects/wsf/php#mail

We welcome your feedback on this implementation.
Thank you for your interest in WSO2 WSF/PHP.

-- WSO2 WSF/PHP Team --