I\'m currently in the process of creating a WCF webservice which should be compatible with WS-I Basic Profile 1.1. I\'m using a wsdl-first approach (actually for the first time)
I think your problem is that you need to add elementFormDefault="qualified" as an attribute to the xsd:schema part of your wsdl. That worked for me.