Hellowebiq-sk
I use the WebIQ API in a standalone html file.
When I start my java script with the API commands, before I loaded my workspace project into the Designer I get an error (see below).
After I load the project into the designer everything works perfect.
- Open ws connection
- LogIn as system user
-
Send '{"cmd": "experimental.structure_store.variable.list","data": {},target:"guid-of-project"}';experimental.structure_store.variable.list failed. code=17 msg=project not loaded
How can I start the workspace project with the WebIQ API? I had a look to "project.load" command, but without success.