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.  pub.ldap.update

    Posted 05/07/09 07:30 PM

    Hello any support is greatly appreciated.

    I am adding to a current flow to update a specific group in LDAP using the built in services within webMethods.

    The issue I am running into is the following; the ldap group I am updating has many object names called ‘member’ & from the flat file I need to update the member object class keeping the existing member field names. So basically the ldap object class (member) is a list and I am adding to the list. How would I go about doing this using the LDAP Public update flow?

    Thank you,

    Marlon


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


  • 2.  RE: pub.ldap.update

    Posted 05/07/09 09:28 PM

    If you are using 6.5 or higher of IS, you should consider using pub.client.ldap:modify. The services in pub.ldap have been depricated per the documentation.

    Build a service to retrieve the existing user information from the ldap. The current list of groups can be retrieved and moved into a string list. You can then add to the list and update the ldap with it.


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


  • 3.  RE: pub.ldap.update

    Posted 05/07/09 09:57 PM

    Hi, thank you greatly for your quick reponse. I will attempt this and let you know my out come.

    Thanks again.


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