I am trying to disable a web service WS-Addressing. I followed the steps passed by Serene Trees in microsoft forum. She says basicaly to create a custom binding and set messageVersion on the textMessageEncoding element to "Soap12".
But my service still generating references to addressing namespaces.
xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
Does anyone know why it occurs and whether I can remove these references?