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,
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB