PHP 5: Soap Discovery
Braulio José Solano Rojas (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Good (93.8%)
| Sufficient (62.5%)
| Sufficient (68.8%)
| -
| -
| Sufficient (60.0%)
| 647 |
Click here for detailed information about this class on phpclasses.org