Forum Discussion

mannu_77's avatar
mannu_77
Occasional Contributor
5 years ago
Solved

TestComplete Service REST API - Prepare your project suite step

Hi,   I am trying to use REST API to trigger tests on Remote PC using TC service REST API feature.  Enabled it executing the batch file.   Getting "The specified data is not a valid ZIP file"...
  • Bobik's avatar
    5 years ago

    You send a path to a zip file. But the body parameter is "a sequence of bytes". I think there is no way to send such request from the current swagger page. 

    Try to use some other tool for this. For example 'curl.exe' console tool. Read curl documentation and find how to send a file.