I am new to WCF. To log the SOAP request, I am referring to the following object: OperationContext.Current.RequestContext.RequestMessage and I flush it down to a file.
How can I achieve a similar functionality to log the SOAP response that will be sent by the OperationContract?