What is the best way to log the contents of anything POSTed to a WCF Data Service? I have tried using the service trace viewer but only see WebHeaders?
Thanks
What is the best way to log the contents of anything POSTed to a WCF Data Service? I have tried using the service trace viewer but only see WebHeaders?
Thanks
Make sure you configure the logging parameters correctly. You need to set the logEntireMessages attribute to true in the trace parameters.