Getting started with InDesign Server
Dear forum,
I am trying to get myself rapidly acquainted with InDesign Server. I googled for info but couldn’t achieve what I want: to run a few sample scripts provided with Server SDK. Most of the info I found is outdated with links that are broken.
I realize that scripts for server are somewhat different: no Script UI, dialogs, selection, active document / book / script / spread / page, etc.
I read a couple of articles I found very useful for a noob like me: here and here
Here’s where I’ve got so far.
I downloaded the trial version, installed and activated the trial period.
I started an instance of InDesign Server on a SOAP port from Command Prompt
- cd "C:\Program Files\Adobe\Adobe InDesign Server 2020\"
- InDesignServer -port 12345
And now I have it up and running:

I navigated to http://localhost:12345/service?wsdl and IS responded to the SOAP request:

Then I go to ESTK and try to run the sample HelloWorld.jsx
But when I’m trying to target Adobe InDesign 2020, I get this message:

I click Yes. Then this dialog pop-ups forever and nothing happens:

I read about the sample client. Tried to run only the java version (because, as far as I understand, AIR application and Flash Builder aren’t supported anymore).
- cd "C:\SDK\sample-client\java\scripts"
- sampleclient -host http://localhost:12345 -batch "c:\myJavaScripts\HelloWorld.jsx"
This resulted in an error: Could not find or load main class com.adobe.ids.SampleClient

When I start IS with ‘InDesignServer’ command (no port), I get this message:
If no configuration name is given, "configuration_portnumber" is used; if no
port number is specified, "configuration_noport" is used. To use the Java API,
an iorfile must be specified. To use SOAP, a port must be specified.
Any ideas of what I’m doing wrong? Are there any settings I should set: edit a config file or something? All I want is to make a quick start: just to see how it works and test some scripts.
How is it controlled? There must be a console or something? How scripts are triggered (Obviously, there's no scripts panel folder)?
Is scripting experience enough to automate InDesign Server?
Could someone give me step-by-step instructions to make it work? (I am a noob in this!).
