I have a public interface auto-generated bu svcutil: [System.ServiceModel.ServiceContractAttribute(Namespace=\"...\", ConfigurationName=\"...\")]
I have only simple data types in method signature of service (such as int, string). My service class implements single ServiceContract interface say IMathService, and this interface in turn inherits f
So, I\'ve seperated my WCF service contracts into discrete contracts for re-use. I use to have IOneServiceContract that contained 3 functions: Function1, Function2, Function3.
Actually i implemented WCF service in IIS Host Using WCF Test Client tool I get this error: \"this Operation is not supported in WCF Test Client\".