The tools of VS.NET 2003 when you add a "web reference" autogenerate the
proxy definition of my "Data Transfer Object" classes.
The problem is that the original "Public Property" are trasformed in "Public
fields" and i don't like this behaviour because I can't make databinding of
my Custom type Array in controls like ListBox, ComboBox, etc...
Di you know any solutions or workaround?
Thanks,
Alex - Italy
erymuzuan - 02 May 2005 02:22 GMT
You can use WSContractFisrt tool to generate a pretty classes from XSD
or WSDL
or you can try XSDObjectGen from www.gotdotnet.com. both are lot better
than the stock xsd.exe
regards
erymuzuan mustapa
> The tools of VS.NET 2003 when you add a "web reference" autogenerate the
> proxy definition of my "Data Transfer Object" classes.
[quoted text clipped - 6 lines]
> Thanks,
> Alex - Italy