The following contract does not generate the operation in the metadata, but if I delete the response or set it to "", the metadata now correctly generates the operation. Why?
[System.ServiceModel.ServiceContractAttribute(Namespace="http://Test/Publish", ConfigurationName="IFCRPublish")] public interface IFCRPublish {
The full service code is in the WCF metadata without operations , if necessary.
Dominic tristram
source share