I want to remove the default xmlns (namespace) added to my service response (see image below) 
Is there any way to do this? This is because in order to use this service from a C # windows application, I need to add a namespace to each header of the data object - DataContract, which I will serialize.
source
share