I have to create a SOAP service (server) written in C# and would like it to take certain XML as an input. It is a first time I have to do this. I would base my solution on http://www.dotnetcurry.com/wcf/728/expose-wcf-service-soap-rest.
I have an XML schema for the input data. Is there a way to automatically convert the schema into [DataContract] record?