WCF Message inspector is not working
问题 Recently, I was exploring some way to log any requests/responses that my WCF service handles. Before that I have some bad experience with an trace option. Nowadays, I don't know yet how to get actual responses and requests from trace (I tried svctraceviewer tool and it didn't get something meaningful for me). And even that, trace file got generated corrupted (with some unexpectable chars in it). I figured out about message inspectors technology about three or four days ago. I read this manual