mannu_77
6 years agoOccasional Contributor
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"...
- 6 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.