Windows Server 2022 - IIS - incomming request - can't find in any log entries

AttilaKrausz 0 Reputation points
2025-03-25T14:14:23.5166667+00:00

Dear community,

On our Windows Server 2022 we have IIS installed and we are running a WCF service which service is waiting for SOAP requests from an external SAP system. The issue is that the external SAP system tries to communicate with this service and it gets back this error code:

"message": "Backside header ('N/A') failed to parse due to: Failed to process response headers, URL: https://HOST:8443/CONTROLCYCLEORDERNOTIFICATION/Service"

If we look into the IIS logs on the server then we don't find any log entires for this request. What we've already checked:

  • windows event logs
  • IIS logs
  • HTTPERR log
  • WCF service logs

We've checked the firewall and it seems that the external SAP system can reach our WCF service, but the communication fails. I wanna ask: why we don't see any log entries in the log files? From the server point of view it seems like the request never reached the server, but it reaches. What can we check? What extra logging can we set up or what can we change on IIS side to see these incomming requests? This server is a production server, so unfortunately we can't run for ex. a Fiddler on it.

Thank you in advance for your support!

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-27T01:40:40.47+00:00

    Hello AttilaKrausz,

    Thank you for posting in Q&A forum.

    It sounds like you've already done a thorough job checking the usual suspects for logs. Since you're not finding any information, here are a few additional steps you might consider:

    1. Use a network monitoring tool like Wireshark to capture and analyze the network traffic between the SAP system and your server. This can help you see if the requests are reaching your server and if there are any issues with the network communication.
    2. Ensure that the application pool for your WCF service is configured correctly. Sometimes, issues with the application pool settings can prevent requests from being processed properly.
    3. Double-check the configuration of your WCF service, including bindings, endpoints, and security settings. Make sure that they are compatible with the SAP system's requirements.
    4. Temporarily increase the logging levels for your WCF service and IIS to capture more detailed information. This can help you identify any issues that might not be logged at the default logging levels.
    5. Ensure that there are no firewall or security software settings that might be blocking the requests from the SAP system. Sometimes, these settings can prevent requests from reaching your server.
    6. If possible, try sending requests to your WCF service from a different client (e.g., a simple SOAP client) to see if the issue is specific to the SAP system or if it affects all clients.

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.