Can i view the raw request made by soap wcf call
问题 I am making a SOAP request using WCF to a third party service. The service requires that I sign the request, which I think I am doing but I get the error: Could not create SSL/TLS secure channel So I am wondering if there is a way to see the raw xml that is being sent so I can see where the problem is? 回答1: You can see the contents of a message by enabling message tracing and using the Service Trace Viewer to view the message logs. Having said that, the message Could not create SSL/TLS secure