-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
We receive message like procedure is not present when sending data by API, these are the default now, a lot of them are missing, which were available in previous versions, all functions regadring to catalog are missing, this is a serious bug. This is very critical! A lot of our customers are starting on Magento 2.1
These should be part of the servcies;
[2016-06-29 07:58:03] main.CRITICAL: exception 'RuntimeException' with message 'Requested service is not available: "customerV1"' in C:\wamp64\www\magento2_1\vendor\magento\module-webapi\Model\ServiceMetadata.php:167
Stack trace:
#0 C:\wamp64\www\magento2_1\vendor\magento\module-webapi\Model\Soap\Wsdl\Generator.php(366): Magento\Webapi\Model\ServiceMetadata->getServiceMetadata('customerV1')
#1 C:\wamp64\www\magento2_1\vendor\magento\module-webapi\Model\AbstractSchemaGenerator.php(169): Magento\Webapi\Model\Soap\Wsdl\Generator->getServiceMetadata('customerV1')
#2 C:\wamp64\www\magento2_1\vendor\magento\module-webapi\Model\Soap\Wsdl\Generator.php(374): Magento\Webapi\Model\AbstractSchemaGenerator->getAllowedServicesMetadata(Array)
#3 C:\wamp64\www\magento2_1\vendor\magento\module-webapi\Model\AbstractSchemaGenerator.php(104): Magento\Webapi\Model\Soap\Wsdl\Generator->getAllowedServicesMetadata(Array)
#4 C:\wamp64\www\magento2_1\vendor\magento\module-webapi\Controller\Soap.php(132): Magento\Webapi\Model\AbstractSchemaGenerator->generate(Array, 'http', 'localhost', 'http://localhos...')
#5 C:\wamp64\www\magento2_1\var\generation\Magento\Webapi\Controller\Soap\Interceptor.php(24): Magento\Webapi\Controller\Soap->dispatch(Object(Magento\Framework\App\Request\Http))
#6 C:\wamp64\www\magento2_1\vendor\magento\framework\App\Http.php(135): Magento\Webapi\Controller\Soap\Interceptor->dispatch(Object(Magento\Framework\App\Request\Http))
#7 C:\wamp64\www\magento2_1\vendor\magento\framework\App\Bootstrap.php(258): Magento\Framework\App\Http->launch()
#8 C:\wamp64\www\magento2_1\index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
#9 {main}