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.client.ldap:search --- multiple strings of same attribute instead of string list

    Posted 07/10/14 01:43 PM

    I am attempting to use the pub.client.ldap:search service and all is working except in my results, if there is an ldap attribute where that object has more than one value, I see multiple strings with the same name instead of one stringList with multiple values. For example, my company’s ldap has an attribute “groupMembership” and my Person object has 6 groupMemberships. When I look myself up, I end up with 6 “groupMembership” strings in my result document instead of 1 “groupMembership” stringList with 6 entries.

    We are upgrading from 7.1.3 to 9.6 and we previously used the ldap search that is now deprecated. We did not have this issue with the deprecated pub.ldap:search service.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: pub.client.ldap:search --- multiple strings of same attribute instead of string list

    Posted 07/15/14 11:32 AM

    Hi Troy,
    This not an issue. this is how it works now. You are getting result. Now you have to manipulate in the way you want to see.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: pub.client.ldap:search --- multiple strings of same attribute instead of string list

    Posted 06/17/15 09:24 AM

    Hi,

    I have been trying to use pub.client.ldap.search service: I am passing the following inputs:

    close=no,
    connectionHandle=
    scope=subtree
    dn=OU=GROUP,
    filter=(userprincipalname=user@domain.com)
    returnattribute=
    returnobject=no

    I am not getting any results out of document in the output.
    How can we pass a numm array in returnattribute ? So that all attributes come in the output?

    Thanks,
    Priya


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: pub.client.ldap:search --- multiple strings of same attribute instead of string list

    Posted 09/10/18 04:52 PM

    What is the accepted way of dealing with this non-standard and non-backward-compatible change? I tried setting ‘isDocumentList’ to ‘yes’, but it still returns multiple strings of the same name instead of a StringList? How do you pull these into a structure that can be looped over?


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 5.  RE: pub.client.ldap:search --- multiple strings of same attribute instead of string list

    Posted 11/07/18 12:14 AM

    Asper my knowledge it can only be deal with writing custom java code to to fire LDAP query and form result as per requirements…


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General