• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Stop running files on SOAP request on indesign server

New Here ,
Jun 15, 2021 Jun 15, 2021

Copy link to clipboard

Copied

I am using the Indesign server and exposing various ports which server SOAP requests, But when an InDesign script running on a specific port is running indefinitely, How do I stop the script after a particular time? Are there any additional parameters I can send on the SOAP request to terminate the file when it takes too long to complete the execution?

TOPICS
Scripting

Views

316

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jun 18, 2021 Jun 18, 2021

Copy link to clipboard

Copied

Hi there,

 

Thanks for reaching out. This is specific to the script. You could simply put certain conditions of timeout or breaking out from the loop if the script has a loop.

Is this script is in js, applescript or vbscript?

 

Regards,

Srishti

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 20, 2021 Jun 20, 2021

Copy link to clipboard

Copied

LATEST

I have the scripts written in JS, can you help me out with using the timeout inside the script? 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines