How to log request header information for SoapCore web service call
SK Azharuddin
0
Reputation points
Development details
.Net 6
SoapCore (1.0.0)
Currently, I am implemented IClientMessageInspector and IEndpointBehavior Interface to log SoapCore web service call request response (Only request message and response message).
Using this implementation process I'm able to log request and response message information.
Using this implementation process I'm not able to log request and response header information.
How could I log request and response header information for the SoapCore web service call?
Sign in to answer