Experiencing the same issue as reported here http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataservices/thread/fff6ab98-7308-4b68-b1f3-6d69dc95c940when trying to access results from a service operation, [WebGet] public IEnumerable<string> GetSuppliersForCommonReference(int commonReference) { ...... }when unit testing recieve exception with message,Exception message,An XML node of type 'Element' was found in a string value. An element with a string value can only contain Text, CDATA, SignificantWhitespace, Whitespace or Comment nodes.tried creating testmethod in web service as per example here,http://msdn.microsoft.com/en-us/library/hh230677.aspxsame result occurs
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...