In my legacy application we send xml message to one of the interfaces.
This XML has in its header this namespace (among few others)
xmlns:type="http://www.myCompany.com/HedgeAccounting
I would expect the Namespace to look like this
xmlns:HedgeAccounting="http://www.myCompany.com/HedgeAccounting
In a general way: what could be the reason for this difference ?