WSF-PHP 1.2.0 is released
Web Services Framework for PHP extension 1.2.0 is officially released today. Now you can download and feel the difference. The key features that you should look out in this release are,
- Improved version of dynamic invocation (WSDL mode)
- WSDL generation
- Class mapping support in server side
Please refer complete release note for more info..
WSF-PHP Binaries for ZendCore is available now
Now you can download binaries of Web Services Framework for PHP extension for ZendCore. It comes with three binaries for windows, ubuntu 7.10 and Fedora 8. Installation is very much straight forward.Download and enjoy it.
WSDL mode and non-WSDL mode in WSO2 WSF-PHP
You can write simple web services client in PHP using WSO2 Web Services Framework For PHP without knowing much about WS-*. From this release onwards you can do security stuffs in WSDL mode. If your policy file is resides in the WSDL WSO2 Web Services Framework For PHP extension automatically picks it and created security stuffs and you just only want to provide user name , certificates and password etc.
// say that we just need to send only username token
$security_token = new WSSecurityToken(array("user" => "bob",
"password" => "bob123"));
// Policy file resides on the WSDL
$client = new WSClient(array("wsdl" =>"some_wsdl_including_policy_file",
"securityToken" = >$security_token));
$proxy = $client->getProxy();
// Call the operation
$proxy->Operation($parameters);
See it is quite simple
WSF-PHP is becoming popular
Now WSO2 WSF-PHP 1.2 release is almost done and it can be downloaded. This time it comes with lots of packages.There are so many windows and linux binaries for WSF-PHP 1.2 release. Even though we have not sent release note there are certain number of downloads, that means we are getting popular. http://wso2.org/projects/wsf/php
Hard Working
Last few weeks I worked very hard for a client project in WSO2. Actually it is amazing working but you may miss you family members. My two brothers got angry with me for not talking with them for weeks. I do not like to chat with anybody when I am concentrating for a week. All the last few week I was determined to do my job. I love my job. I would rather like to code in pure C rather than PHP .
WSF/PHP 1.1.0 released
SO2 Web Services Framework (WSF)/PHP v1.1.0 Released
=========================================================
We are pleased to announce the release of WSO2 WSF/PHP 1.1.0.
You can download the release from:
http://dist.wso2.org/products/wsf/php/1.1.0/
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 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
——————————–
Major Changes Since Last Release
================================
1. Memory leaks fixed
2. Many Bug fixes
——————-
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 early feedback on this implementation.
Thank you for your interest in WSO2 WSF/PHP.
My Work
It is pretty much amazing here working @ WSO2. Currently I m working on WSF/PHP project. It is an extension to PHP with all the functionalities of WSF/C. Interesting thing happened on last days;that is, we received a mail from first WSF/PHP user. So I have been working here for 8-9 months so it was the first time I heard that someone is using the work what we have done. I feel very happy and my moral goes high I eager to concentrate more and more to my work here.
About Me
I am Buddhika Semasinghe. I would like to write something about my self first of all. I passed out from Department of Computer science and Engineering of University of Moratuwa.Currently I am working on WSO2( www.wso2.com), arguably one of the world best web services related software company.
I am now 24 years old and my village Meegalewa, which situate in the border of Anuradhapura and Kurunegala districts.I had my primary education in Primary school Meegalewa and I did my O/L s in Mahaweli Central Colleage Meegalewa which is the place that I have gained lot of things into my life
-
Recent
-
Links
-
Archives
- January 2008 (4)
- October 2007 (2)
- May 2007 (2)
-
Categories
-
RSS
Entries RSS
Comments RSS