Autogenerate Code from XSD Files

I don't know if this is the proper forum, but here you go....
I'm working in developing a new SOA(Services Oriented Architecture) and we're definig our Transfer Objects by using XSD files. A .Net client application will be consuming services from a Java Business CORE.

Has anyone tried to generate code from XSD files to create classes and use serializable objects?

I tried to do this, everything is OK except that the properties defined in the XSD are generated as public fields in the classes, whereas it should be a property wrapping setters/getters to a private field.

Is there a way to do this?

I'm using .net 2003 version....I think I've heard something like this is coming in VS2005.

Any help will be very much appreciated.

[749 byte] By [FabianGoncalves] at [2008-1-12]
# 1
The .NET 2.0 version of xsd.exe produces properties by default.
ChrisLovett at 2007-8-21 > top of Msdn Tech,.NET Development,XML and the .NET Framework...

.NET Development

Site Classified