[ServiceContract(Namespace = "http://schemas.mycompany.com/", Name = "MyService")] public interface IMyService { [OperationContract(Name = "MyOperation") OperationResponse MyOperation(OperationRequest request); } In this …
wcf soap action reply operationcontractHow do I know the fields I can access from the reply object/interface? I tried reflection but it seems …
go reflection struct reply