I set my DataContracts namespace to "" which removed one namespace but I have to remove the other:
xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
If theres no other way, how can I serialize my class prior to returning and hack out the namespace?
I have to do this to work with another companys API.