Search code examples
javawcfbiztalkpowershell-4.0biztalk-2020

BizTalk 2020 Deprecating WCF-BasicHttp


I just saw on this Microsoft page that that WCF-BasicHTTP adapter is being deprecated in BizTalk 2020.

In the past, I thought this was used for programs like Java to be able to call orchestrations published as WebServices in BizTalk. Has Java added full WCF compliance now, which seems strange as WCF is a Microsoft technology (but I know it implements many of the WS2 features). Or the other way around, does WSHttp support Java calls?

What about Microsoft PowerShell calling a published orchestration in BizTalk. I was able to get it to work with WCF-BasicHTTP and then quit because it was working. Does it support WCF-WSHttp?


Solution

  • No, what that page says is that the are deprecating the SOAP adapter and that the replacement for it is the WCF-BasicHTTP adapter

    What is deprecated is the WCF-NetTcpRelay adapter