NGINX PHP Soap的配置

时间:2016-10-29 18:43:44

标签: php nginx soap wsdl yii-extensions

这是我对NGINX和PHP使用Yiiframework的服务调用。

https://www.example.com/api/service?ws=1

我在nginx配置中添加了位置配置,如下所示

location /api {
        rewrite ^/api/service /CWsdlGenerator.php?type=rest last;
      }

但我总是遇到以下错误_:

SOAP-ERROR:解析WSDL:无法从' https://www.example.com/api/service'加载:未能加载外部实体" https://www.example.com/api/service"

我可以知道会出现什么问题吗?

此致

1 个答案:

答案 0 :(得分:1)

我错过了安装php-xml。之后我可以看到WSDL XML。