我在我的CodeIgniter上安装了zend_framework并加载了"Zend/Soap/AutoDiscover“。现在,我想向autoDiscover添加函数并为其生成WSDL。public function update_profile() {
$this->zend->load('Zend/Soap/AutoDiscover');
这就是轨迹Trying to call Autodiscover for Jacob.Alley@emaildomain.com on https://emaildomain.com/autodiscover/autodiscover.xml.xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlo
k/requestschema/
从Zend_Soap_AutoDiscover类生成WSDL文件有问题。public function _initWsdl() require_once("http://localhost:8080/zf_mta/backend.php");
$autoDiscover= new Zend_Soap_AutoDiscover('Zend_Soap_Wsdl_Strategy_ArrayOfTypeComple
我已经对这个错误做了一些谷歌搜索,并找到了一些关于使用AutoDiscover来解决这个问题的帖子。我尝试了微软的例子,我发现了,但是我不清楚控制台的输出告诉我什么或者我是如何使用它的。Trying 'Email@myDomain.com' at 'https://myDomain.net/Autodiscover/Autodiscover.xml'
User/DisplayName=