webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Service.doInvoke - preserving ACL rules

  • 1.  Service.doInvoke - preserving ACL rules

    Posted Thu December 21, 2006 12:19 AM

    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


  • 2.  RE: Service.doInvoke - preserving ACL rules

    Posted Thu December 21, 2006 12:42 AM

    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


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Service.doInvoke - preserving ACL rules

    Posted Thu December 21, 2006 01:13 AM


  • 4.  RE: Service.doInvoke - preserving ACL rules

    Posted Wed July 28, 2010 01:01 PM

    hi oranjeBoven,

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


    thx

    rgds,
    Sam


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods