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 4ffa6f2 commit f492140Copy full SHA for f492140
dev/tests/api-functional/testsuite/Magento/Webapi/CustomAttributeTypeWsdlGenerationTest.php
@@ -27,7 +27,7 @@ protected function setUp()
27
$this->_markTestAsSoapOnly("WSDL generation tests are intended to be executed for SOAP adapter only.");
28
$this->_storeCode = Bootstrap::getObjectManager()->get('Magento\Store\Model\StoreManagerInterface')
29
->getStore()->getCode();
30
- $this->_soapUrl = "{$this->_baseUrl}/soap/{$this->_storeCode}?services=testModuleMSCAllSoapAndRestV1";
+ $this->_soapUrl = "{$this->_baseUrl}/soap/{$this->_storeCode}?wsdl=1&services=testModuleMSCAllSoapAndRestV1";
31
parent::setUp();
32
}
33
0 commit comments