|
I am building a Service using the WCF REST Starter Kit . This Service contains a method that accepts a complex type as input, it then deserializes the object into it’s concrete type. Here’s how a service call looks like using (HttpClient client = new...
|