|
仍然是困了我几天,没有解决.网上关于这方面的资料太少了.
不过,我还是找到了解决方法:
SOAP Server 声明:
ini_set ( "soap.wsdl_cache_enabled", "0" );
$soap = new Zend_Soap_Server ( URL . "/?wsdl" ); // this current file here
$soap->setClass ( 'Joomla_User' );
$soap->handle ();
Joomla_User 的声明:
|
||
|
||
|
More Articles...
|
Page 1 of 3



