I can’t find the namespace to use for [DataContract] and [DataMember] elements. According to what I’ve found, it seems that adding the following should be enough, but in my...
  • May 24, 2022
  • 0 Comments
I’m testing out some WCF services that send objects with Guids back and forth. In my web app test code, I’m doing the following: var responseObject = proxy.CallService(new RequestObject...
  • May 18, 2022
  • 0 Comments