Avatar

Level 1

Hello,

I am supporting a Partner who is using the Invocation APIs to call SOAP methods on LiveCycle.

He is trying to call a short-lived LC process that lasts more than 10 minutes, and the Invocation API throws the following exception after exactly 10 minutes:

ALC-DSC-000-000: com.adobe.idp.dsc.net.DSCSocketTimeoutException: Internal error.

This is the default timeout of the API, and it seems that there is no way to change it.

I already suggested the Partner to use an Axis-generated stub to invoke the process, in order to set the timeout (although a better practice would be to call the service asynchrously). Is there any chance that that a "set timeout" function will be added to the LC Java Invocation API?

Marco