Action template triggered by a JAVA service

Hi,

I had created a policy with an action template.
The action template uses an user list as input parameter.

When the policy is executed from CentraSite, the action template is able to get the user list. :slight_smile:

When the policy is executed after a modification triggered by a JAVA service (executed from an other server), the action template is not able to read the user list. :?
I notice that the action template is executed on the server of the JAVA service, and not on CentraSite server.

How can I manage that the action template triggered by a JAVA service will get input parameters?

Best regards,
Olivier

The action template returns the user list as an International String.
As locale of the JVM wasn’t the same on CentraSite and on the server of the JAVA service, when the policy is executed after a modification triggered by a JAVA service (executed from an other server), the action template is not able to read the user list.

It is solved.