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.  Using pub.ldap:bind

    Posted 05/02/08 11:58 AM

    I need to use pub.ldap:bind to add an entry to an LDAP server, but the documentation on the ldapTargetAttributes parameter doesn’t provide any details about the document type that needs to be passed.

    I’ve tried creating a document type that specifies all the attributes I need to bind and provided them with values, but I’m getting an LDAP error code 32: No such object.

    This is a migration of existing code from Java to webMethods, so the attributes should all be defined by the LDAP server.

    The other approach I was thinking might be needed is to define a document that has the attributes “Key” and “Value”, then set the attribute values as key-value pairs.

    Has anyone worked with pub.ldap:bind that can help?


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Using pub.ldap:bind

    Posted 05/05/08 05:08 PM

    I’ve updated the code to use the 7.1 pub.client.ldap:add service instead of the deprecated pub.ldap:bind.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Using pub.ldap:bind

    Posted 05/21/08 01:31 PM

    One of the WM consultants here noticed that the parameters for the pub.client.ldap services are arrays, and suggested binding the LDAP class names as a single entry using the array.


    #Integration-Server-and-ESB
    #webMethods