petercsanyi
6 years agoOccasional Contributor
"JScript runtime error" at Webservice ClientCertificate object
I use the QAComplete's psWS Webservices in my Project with HTTPS protocol.
My Code:
function _Test_Ws()
{
var tmp = Ws_GetVersion();
//var tmp = Ws_GetLoginInfo(wsObj);
return true;...
- 6 years ago
Thanks for your trying!
I solved the problem! The solution is in the TestComplete parameter.
Tools > Options > Engines > Web Services > Prefferd Web Service API
- .NET WCF - Default settings
- Native
I changed this parameter to "Native" from default and now my code works all TC version.