 |
|
Innovation award
 Nominee: 1x |
PHP 5 provides an extension to provide built-in support for implementing Web services with SOAP, but it does not generate Web Services descriptions in WDSL to let SOAP clients discover how to use the available Web services.
This class generates WSDL using the reflection API of PHP 5 to reverse engineer the class definitions. It only generates RPC WSDL, not Document WSDL.
It has been tested sharing a HelloWorld PHP class with .NET client and worked successfully.
|
|
| Name: |
Soap Discovery |
| Base name: |
soapdiscovery |
| Description: |
Generate WSDL for SOAP Web service with reflection |
| Version: |
- |
| PHP version: |
- |
| License: |
BSD License |
| All time users: |
4421 users |
| All time rank: |
547 |
| Week users: |
3 users |
| Week rank: |
963  |
| |
|
 May 2005
Number 4
Prize: One downloadable copy of Komodo Pro |
PHP 5 has an extension that greatly simplifies the development in PHP of Web services clients and servers that use the SOAP protocol.
However, to expose the details of use a SOAP Web services it is necessary to also provide a specification XML document of the Web service functions in the WDSL format, so the Web service clients can determine how to call it.
Creating an WDSL service manually is not a trivial task as it requires good knowledge of the protocol specification.
This class provides a solution for automatically generating a WDSL document for a Web service by using the class introspection support built-in PHP 5 using the reflection API.
This way the developers of PHP Web services do not need to learn in depth about SOAP protocol.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (91.7%) |
Not sure (50.0%) |
Sufficient (66.7%) |
- |
- |
Sufficient (62.5%) |
656 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|