I have a service built using Preview 2 of the WCF REST starter kit, but I\'ve run into an issue with passing around XML-styled data in the calls. Here\'s my request object:<
Above code is missing the fact that you must go past the content after you have read it. So this class as it stands won't work with a collection.
Change it to the following, and you can now hold Collections of CDataWrapper.
CDataWrapper
Value = reader.ReadContentAsString(); reader.Read();