I’m working with an API and my results (CRUD) are getting mangled somehow in the return and .NET is throwing invalid XML errors. Is there a setup trick to getting tcpmon to work with a debugger in Visual Studio? Or is there another lightweight interceptor/analyzer that I can use to capture the XML?
Thanks.
You can use System.Net.Tracing to view the data. Just add this to the configuration on client or server.
You need to set
maxdatasizeto a high value.