Skip to main content
Known Participant
September 4, 2023
Question

inDesign Server service functions via SOAP from CURL

  • September 4, 2023
  • 1 reply
  • 849 views

Hi,

 

I read the ID Server 2023 documentation about "Working with InDesign Server SOAP".
I use CURL for SOAP requests via wsdl functions.  (RunScript, BeginSession...)

It works well.

I would like to get a better control for InDesign server:
- Get job status (by SessionId)

- Abort job (by SessionId)

... etc.

 

Previous ID Server versions (before IDS 2019) contained LBQ feature and nice control functions.

Where can I found detailed documentation and examples about this for the current ID server versions?

 

Best Regards
Karoly

 

 

 

 

This topic has been closed for replies.

1 reply

Community Expert
September 4, 2023

Hi @c4kaci,

InDesign Server no longer ships with a LBQ, one has to implement the load balancer either by self or find solutions in the market for this.

-Manan

-Manan
c4kaciAuthor
Known Participant
September 4, 2023

Hi Joshi,


Thank you for your quick answer.

I know that InDesign Server no longer ships with a LBQ.
ID Server 2018 was the last version with LBQ support.

Not support at all the current ID Server versions these basic functions?
(get job status, abort job)

 

/Karoly

Community Expert
September 5, 2023

Some of these functions that you are alluding to seem to be be provided by the now gone LBQ. InDesign Server seems to have some arguments and swithces that we can toggle on but the information around that seems to be scant. See the following discussion

https://community.adobe.com/t5/indesign-discussions/indesign-server-adminport-and-heartbeat-how-does-it-work/td-p/11790280

The adminport could be an argument for your purposes but no info is readily available on how to use these for monitoring it seems.

-Manan

-Manan