I have a contract first wcf services... I want to capture the raw soap request/response @ the server programmatically and polish them before saving to the database. I need this process for some auditing purposes. How to do this?
Note: I don't want to do this with wcf tracing by configuring in web.config file.
You may implement your own Messageinspector, I´m not sure if this is enough for you but its worth a try.