I have created a web reference (Add Web Reference) from Visual Studio 2008 and strangely, I need to set the propertyNameFieldSpecified to true for all the fields I want to submit. Failure to do that and values are not passed back to the WCF Service.
I have read at several places that this was fixed in the RTM version of Visual Studio. Why does it still occurring?
My data contracts are all valid with nothing else than properties and lists. Any ideas?