Forum Discussion

petercsanyi's avatar
petercsanyi
Occasional Contributor
5 years ago
Solved

"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;...
  • petercsanyi's avatar
    petercsanyi
    5 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.