1
vote
WCF timeout exception detailed investigation
I'm having a very similar problem. In the past, this has been related to serialization problems. If you are still having this problem, can you verify that you can correctly serialize the objects …
0
votes
WCF Rest parameters involving complex types
You can post complex types using rest.
[ServiceContract]
public interface ICustomerSpecialOrderService
{
[OperationContract]
[WebInvoke(Method = "POST", UriTemplate = "d …
