IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Getting to know ACL from flow service

    Posted 05/17/08 07:13 PM

    Hello

    I their any way to know the ACLs associated with the service ?
    I want to only allow user who have required ACL to view the service execution link on DSP.


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


  • 2.  RE: Getting to know ACL from flow service

    Posted 05/18/08 07:00 AM

    You can check the Properties Panel → ACL properties to know the ACLs associated with the service.

    –Shaik


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


  • 3.  RE: Getting to know ACL from flow service

    Posted 05/19/08 06:14 AM

    There is one webMethods internal serivce “wm.server.services.adminui:serviceInfo” , which can return acl information related to any service. It requires “service” variable to be available in pipeline and can be initialized to the serviceNS for which acl information is required.

    Note - Use of webMethods internal services is not advisable as they can change with the version upgrade.


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