Autogenerate Code from XSD Files
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.

