SOAP/WSDL¶
Since 19.4.17
/20.0.15
we changed the targetNamespace
of all the WSDL files (used in the API modules), from Magento
to OpenMage
. If your custom modules extends OpenMage API with a custom WSDL file and there are some hard-coded targetNamespace="urn:Magento"
strings, your API may stop working.
Please replace all occurrences of
with or alternatively to avoid any problem.To find which files need the modification you can run this command from the root directory of your project.