I have 2 solutions:
- Server Solution
- Client Solution
The server registers itself to my localhost IIS: http://localhost/MyApp/
The client adds WCF Services (Service References) from the localhost application: http://localhost/MyApp/MyService.svc
When I'm running the client I want to be able to see the messages being passed back and forth. I downloaded Fiddler, but it doesn't seem to want to show me any traffic being sent unless I actually use a web browser. Am I using Fiddler wrong or is there another tool I should be using for this?
To clarify, what I'm looking to do is to see the actual messages being passed in. I don't want to do anything with them except see them visually with my own eyes.
I like the WCF Service Log Utility, but I don't think I have the correct setting on there. I can't see the actual soap message, just that a message was received.
And also to clarify further, I don't care what tool I use as long as I can easily see the messages themselves.
question from:
https://stackoverflow.com/questions/6215882/wcf-inspect-the-messages-being-sent-received 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…