I have a WCF webservice which calls another external webservice. My bindings etc. are all correctly constructed and the certificates etc. are being correctly read from the store. The remote party claims that the request does not have an associated certificate.
Is there any easy way to capture the contents of the outgoing web service request?
I need to be able to verify/prove that what I am sending actually does contain the correct certificate information.
All ofg the information I have found online requires a phd level degree in english to undrstand, not even mentioning the tech speak. All I want is to be able to have a look at the outgoing complete WCF message. Surely that cannot be too much to ask?
Please can someone help me?