I\'ve got a WCF Web Service method whose prototype is:
[OperationContract] Response> GetCustomers();
When I add
Please try this:
[OperationContract] [return: MessageParameter(Name="YOURNAME")] Response> GetCustomers();