Skip to main content
Participating Frequently
April 11, 2013
Question

Interacting with InDesign Server without SOAP

  • April 11, 2013
  • 1 reply
  • 798 views

Hi,

The documentation in IDS SDK tells that one can interact using Javascript with IDS without using SOAP.

How can one interact using Javascript and without SOAP?

I know that with Extendscript one can write scripts and execute it directly.

But with a simple jsx file only how do I interact with server?

This topic has been closed for replies.

1 reply

2i_Geert
Participating Frequently
April 11, 2013

Hi,

On Windows you can start the InDesignServer via the console. Then start the Extendscript Toolkit and choose "InDesignServer".

s_vneshAuthor
Participating Frequently
April 11, 2013

You are suggesting to execute scripts using ExtendScript tool, which I am aware of.

My question was how to interface with IDS using script and without SOAP and Extendscript.