I\'m developing some RESTful services in WCF 4.0. I\'ve got a method as below:
[OperationContract] [WebGet(UriTemplate = \"Test?format=XML&records={r
According to this answer this is fixed in .NET 4.0. Failing to supply the query string parameter seems to result in its being given the default value for the type.