<?php
include(dirname(__FILE__) . './Service.class.php');
include(dirname(__FILE__) . './SoapDiscovery.class.php');
$disco = new SoapDiscovery();
$disco->getWSDL('service', 'http://www.xxx.com/service.php');
?>
<?php
include(dirname(__FILE__) . './Service.class.php');
include(dirname(__FILE__) . './SoapDiscovery.class.php');
$disco = new SoapDiscovery();
$disco->getWSDL('service', 'http://www.xxx.com/service.php');
?>
内容版权声明:除非注明,否则皆为本站原创文章。