python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Webservice issue with the version Microsoft.Practices.EnterpriseLibrary.Common
We are migrating to a new Biztalk 2016 environment, and while performing tests in our QA environment I discovered our app admins installed a newer version of the Microsoft.Practices.EnterpriseLibrary....
Kenneth Van Booven
Votes: 0
Answers: 0
Can I use TLS1.2 with an MLLP adapter?
I'm being asked to send HL7 messages to an Azure-hosted system using MLLP/TCP with a TLS1.2 connection and client certificate for validation.
Is there a way of making BizTalk use TLS 1.2 with the MLLP...
Stu
Votes: 0
Answers: 2
Using C# Restharp Method in BizTalk, throws NullReferenceException "Object reference not set to an instance of an object"
public static string getAccessToken()
{
var client = new RestClient("...");
client.Timeout = -1;
var request = new RestRequest() { Method ...
BenjaminR
Votes: 0
Answers: 1