Service.doInvoke - preserving ACL rules

We have a Java flow service that can invoke a normal flow service. However, ACL rules on the normal flow services are being ignored. Does anyone know a way around this problem?

here is a snippet of the Java flow service that invokes the flow service:


Session currentSes = Service.getSession();
outDoc = Service.doInvoke( serviceName, currentSes, inDoc );

cheers,

In your flow service, change the property named ‘Enforce Execute ACL’. By default this property is set to ‘When top-level-service only’, change it to ‘Always’ to have it check the ACL before execution.

~ Rohit

Fantastic! that seems to work!

hi oranjeBoven,

i found direct service in psutilities.
PSUtilities.misc:doInvoke


thx

rgds,
Sam