Skip to content

Commit

Permalink
Fixed targetNamespace for WS-I Compliant SOAP APIs (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
leissbua committed Aug 11, 2022
1 parent 58401cd commit 91eab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Api/etc/wsi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
name="OpenMage"
targetNamespace="OpenMage">
targetNamespace="urn:OpenMage">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:OpenMage">
<xsd:complexType name="associativeEntity">
Expand Down

0 comments on commit 91eab3b

Please sign in to comment.