WCF - interface from other project as contract

  • Thread starter Thread starter myysth
  • Start date Start date
M

myysth

Hello

I plan to use WCF in my application. I've got solution were one
project is interface definition, that project is referenced in other
projects. Can I use that interface as ServiceContract (of course
without rewriting each method)? My interface is referenced in
some .NET 2.0 projects without WCF, so I can't mark it with attributes
from System.ServiceModel.

Regards,
Michael
 
Back
Top