04-13-2017 07:07 PM
Hi,
I cant find the 'System.ServiceModel.WSHttpBinding' class, in Labviews List of .net assemblies. I need it to open a secure connection with a SOAP Webservice. I can see it in Visual Studio, but not in Labview. Am I missing something or is there an alternative way to connect to a secure SOAP Webservice.
Thanks
Paul
Solved! Go to Solution.
04-14-2017 02:27 PM
Finally found it in the labview .net assemblies browser at
System.ServiceModel.Configuration.WSHttpBindingBaseElement
Next step is to figure out how it works