Skip to content

Commit 91eab3b

Browse files
authored
Fixed targetNamespace for WS-I Compliant SOAP APIs (#2405)
1 parent 58401cd commit 91eab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/core/Mage/Api/etc/wsi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
66
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
77
name="OpenMage"
8-
targetNamespace="OpenMage">
8+
targetNamespace="urn:OpenMage">
99
<wsdl:types>
1010
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:OpenMage">
1111
<xsd:complexType name="associativeEntity">

0 commit comments

Comments
 (0)