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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.