We have an orchestration using a SendPort to call an in-house webservice that is not on the same machine as BizTalk. The exact same application runs fine on BizTalk 2016, but fails on BizTalk 2020.
Error Description: System.Net.WebException: The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate'.
I read related question on StackOverflow: "The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate'"
We have a WCF Behavior called bizTalkAddHttpheaders. All code was recompiled with .NET 4.7.2 for BizTalk 2020. We have tried with and without a WCF Behavior that handles TLS 1.2.