Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPImpact:
Enterprise Web Services Framework for PHP
Jul 23, 2008 @ 16:11:41

This new post on the PHP::Impact blog talks about the enterprise level web service framework for PHP, an implementation of WS02 for PHP - WS02 WSF/PHP.

It is the only PHP extension that supports a wide range of WS-* specifications. With the framework enabling the use of PHP in SOA implementations, WSO2 WSF/PHP is the ideal extension for integrating PHP legacy systems into enterprise SOA.

Federico notes some of the features of the framework including secure services/clients, binary attachments, automatic WSDL generation and interoperability with .NET and J2EE. You can find more information on the project at its page on the ws02.org site.

tagged: enterprise ws02 framework wsfphp webservice

Link:

Samisa Abeysinghe's Blog:
Tracing SOAP Messages (and Installing via PECL)
Jan 08, 2008 @ 19:49:00

On his blog today, Samisa Abeysinghe points out a library that can be used to trace the SOAP messages going back and forth between your client and server - the WSO2 Web services framework for PHP.

The Web services client class, WSClient has two methods for this, getLastRequest() and getLastResponse(). After calling the request() method of the client instance, you can call any of those methods to gain access to the messages.

Simple example code is included showing how to grab that information from the client object. If you're looking for a way to get the WSF/PHP functionality installed on your system, check out this step-by-step tutorial on using the PECL tool to create and install the packages to your PHP setup.

tagged: soap trace message client ws02 webservice framework soap trace message client ws02 webservice framework

Link:

Samisa Abeysinghe's Blog:
Tracing SOAP Messages (and Installing via PECL)
Jan 08, 2008 @ 19:49:00

On his blog today, Samisa Abeysinghe points out a library that can be used to trace the SOAP messages going back and forth between your client and server - the WSO2 Web services framework for PHP.

The Web services client class, WSClient has two methods for this, getLastRequest() and getLastResponse(). After calling the request() method of the client instance, you can call any of those methods to gain access to the messages.

Simple example code is included showing how to grab that information from the client object. If you're looking for a way to get the WSF/PHP functionality installed on your system, check out this step-by-step tutorial on using the PECL tool to create and install the packages to your PHP setup.

tagged: soap trace message client ws02 webservice framework soap trace message client ws02 webservice framework

Link:

Rich Zygler's Blog:
People work with WS-* web services in PHP? Why?
Dec 14, 2007 @ 18:55:00

Rich Zygler has a few choice words concerning the implementation of WS-* web services in PHP and how they compare to other methods (like SOAP and REST).

I’d love to give ws02 a fair shake because they have an open source business model. They have a web services framework for PHP which seems interesting from an academic standpoint. But I think WS-* web services are WAY too complicated when compared to REST.

He points at a certain bit of documentation (to show the "simplicity" of it) and gives a personal example of his SOAP experience with the Amazon API as well as mentioning other opinions on the matter.

tagged: webservice library rest soap ws02 authentication webservice library rest soap ws02 authentication

Link:

Rich Zygler's Blog:
People work with WS-* web services in PHP? Why?
Dec 14, 2007 @ 18:55:00

Rich Zygler has a few choice words concerning the implementation of WS-* web services in PHP and how they compare to other methods (like SOAP and REST).

I’d love to give ws02 a fair shake because they have an open source business model. They have a web services framework for PHP which seems interesting from an academic standpoint. But I think WS-* web services are WAY too complicated when compared to REST.

He points at a certain bit of documentation (to show the "simplicity" of it) and gives a personal example of his SOAP experience with the Amazon API as well as mentioning other opinions on the matter.

tagged: webservice library rest soap ws02 authentication webservice library rest soap ws02 authentication

Link:

Christian Wenz's Blog:
WSO2 Web Services Framework (WSF)/PHP v1.0.0 Released
Aug 06, 2007 @ 13:33:00

Christian Wenz has pointed out the latest release of the WS02 web services framework today - WS02 WSF/PHP version 1.0.0 - as released by the WS02 group.

The framework comes in form of a PHP extension and is available both as source code and as a binary distribution. Additional information exists in form of a manual, an installation guide, and of course release notes.

Key features of the framework include a client API, a server API, MTOM attachments, WS-Security, WS-Reliable messaging, and WSDL generation/consumption. You can get more information about the framework from its project page on the ws02 website.

tagged: ws02 framework webservice final release version ws02 framework webservice final release version

Link:

Christian Wenz's Blog:
WSO2 Web Services Framework (WSF)/PHP v1.0.0 Released
Aug 06, 2007 @ 13:33:00

Christian Wenz has pointed out the latest release of the WS02 web services framework today - WS02 WSF/PHP version 1.0.0 - as released by the WS02 group.

The framework comes in form of a PHP extension and is available both as source code and as a binary distribution. Additional information exists in form of a manual, an installation guide, and of course release notes.

Key features of the framework include a client API, a server API, MTOM attachments, WS-Security, WS-Reliable messaging, and WSDL generation/consumption. You can get more information about the framework from its project page on the ws02 website.

tagged: ws02 framework webservice final release version ws02 framework webservice final release version

Link:


Trending Topics: