php soap自动wsdl,在使用PHP的本机SOAP类时生成WSDL?
斯圖爾特,
如果您或任何其他人正在尋找解決這個(gè)問題的方法,這里是我做的。
然后看看它的示例文件。之后,我只是按照我需要的方式切片,因?yàn)槲艺谑褂胏odeigniter:
function wsdl(){
error_reporting(0);
require_once(APPPATH."/libraries/WSDLCreator.php"); //Path to the library
$test = new WSDLCreator("Webservice", $this->site."/wsdl");
//$test->includeMethodsDocumentation(false);
$test->addFile(APPPATH."/controllers/gds.php");
$test->addURLToClass("GDS", $this->site);
$test->ignoreMethod(array("GDS"=>"GDS"));
$test->ignoreMethod(array("GDS"=>"accessCheck"));
$test->createWSDL();
$test->printWSDL(true); // print with headers
}
就這樣,你們都做完了。Btw,我在php5中使用SoapServer和SoapClient
總結(jié)
以上是生活随笔為你收集整理的php soap自动wsdl,在使用PHP的本机SOAP类时生成WSDL?的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle分组聚合查询,Oracle中
- 下一篇: linux服务器在线人数,servlet