If I use svcutil, I don't think I can generate server side code because all interfaces generated don't have ServiceContract
attribute and all model classes don't have DataContract
and DataMember
attributes.
So what is the best way I can create my WCF service from existing WSDL?