在PHP Magento 2 Adminhtml中的SOAPClient错误

时间:2016-11-30 09:05:29

标签: php magento soap magento2

我是一名在PHP中使用Soap Call的初学者。

我想在Magento 2中使用soap调用。但是我有一个问题。

当我在前端使用肥皂呼叫时,可以。

当我在后端使用soap Call时,错误:

1 exception(s):
Exception #0 (SoapFault): SOAP-ERROR: Parsing WSDL: Couldn't load from '_THE URL_' : complex type 'handleType', attribute 'base': The QName value 'layoutType' does not resolve to a(n) simple type definition.
SoapClient->SoapClient()

我的代码:

$this->client = new \SoapClient($this->wsdlUrl, ["trace" => true,]);
$this->client->__setLocation($this->gatewayEndpointUrl);

0 个答案:

没有答案