I am trying to debug some issues we have been having with web services.
The advanced logging seems great, but I want to know if there is any way to log the actual POSTed data of the http request into the logfile.
I understand that, in theory, the post could possibly contain an entire file or set of files, but that is not the case here. This is just web service requests and I am having a terrible time debugging them. If i could just see what the heck was being sent, I am confident that I could resolve it.
Thank you