We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fa3af commit a9254a7Copy full SHA for a9254a7
app/code/Magento/Webapi/Controller/Soap.php
@@ -134,7 +134,7 @@ public function dispatch(\Magento\Framework\App\RequestInterface $request)
134
$this->_setResponseBody($responseBody);
135
} else if ($this->_isWsdlListRequest()) {
136
$servicesList = [];
137
- foreach (array_keys($this->_wsdlGenerator->getListOfServices()) as $serviceName) {
+ foreach ($this->_wsdlGenerator->getListOfServices() as $serviceName) {
138
$servicesList[$serviceName]['wsdl_endpoint'] = $this->_soapServer->getEndpointUri()
139
. '?' . \Magento\Webapi\Model\Soap\Server::REQUEST_PARAM_WSDL . '&services=' . $serviceName;
140
}
0 commit comments