I've created a WCF web service and generated the xml serialization class with xsd.exe. My problem is that when I request the xsd from the service (http://localhost:59120/Service1.svc?xsd=xsd2) the element names are appended with "Field" does anyone know how to override these default names with the original element names?
Regards Al
AllanPosted Dec 20, 2012, 5:42 AM
I've managed to fix this by regenerating my class (xsd.exe) using the f switch "/f[ields]" which generates fields instead of properties. By default, properties are generated.
http://msdn.microsoft.com/en-us/libr...v=vs.100).aspx
Source: http://forums.asp.net/p/1867094/5245...15760042769749