Télécharger des php-wsdl-2.2-ajax-proxy.zip (php-wsdl-2.2-ajax-proxy.zip ( lien externe: SourceForge.net): 1,731 octets) va bientôt commencer. Sinon, cliquez sur php-wsdl-2.2-ajax-proxy.zip ( lien externe: SourceForge.net).

Informations sur le fichier

Taille du fichier
1,731 octets
MD5
abebf5104a4cb73c14fd484a4c83da57

Description du projet

Example usage

The fastest usage (ever? ;):

require_once ( 'class.phpwsdl.php' );
PhpWsdl::RunQuickMode ( );

This will run the PHP SoapServer and determine all the configuration, if your webservice handler class is within the same file or in a file named 'class.webservice.php'.

If the webservice handler class is in another file:

require_once ( 'class.phpwsdl.php' );
PhpWsdl::RunQuickMode ( 'class.yourwebservice.php' );

If your webservice needs more files:

require_once ( 'class.phpwsdl.php' );
PhpWsdl::RunQuickMode ( Array ( 'class.yourwebservice.php', 'class.yourcomplextype.php' ) );

Quick, isn't it?

But PhpWsdl can do a lot more for you. See the demos in the downloads for some examples.
Features

parsing of WSDL definitions from comment blocks
creating WSDL even without definitions in comments
caching of the generated WSDL for more performance
support for complex types and arrays
create optimized or human readable WSDL
creat