Reputation: 8652
I have a SOAP WCF service hosted in IIS and it is consumed by another company SAP system and everything was working fine for couple of years until our security team implemented Header validation in request.
It stopped working all of sudden since the client SAP system request doesn't contain header CallingType
. So then they added CallingType
and pushed request to our system and F5 server allowed access and request entered to our system where WCF hosted.
But WCF did not logged request and no data we got. So I would like to know how I can troubleshoot and provide fix. My network team is telling request is validated and passed by F5 server and pushed to our server.
But why WCF is not logging anything?? Do I need to add any custom header in webconfig
of WCF service, or our IIS is preventing something? How can I see the way IIS is blocking the request?
Upvotes: 0
Views: 42