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.

 View Only
  • 1.  LDAP Adapter

    Posted Tue November 05, 2019 06:33 AM

    Hi,

    Greetings.!!

    I would like to know about WM available adapters. I am trying to connect with LDAP and AD using webMethods. I am aware about the LDAP services available in public package but I was wondering instead of passing each parameter in every service call if we could make an Adapter like we do in JDBC.

    My platform version is 10.3.

    Will wait for reply.

    Thanks :slight_smile:


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: LDAP Adapter

    Posted Tue November 05, 2019 11:24 AM

    Hi Anamika,

    you can set some global variables (or store the info in a custom properties files) and then map them to the services.
    When invoking several ldap services in one flow service just keep these values in the pipeline until you reach the last ldap service in your flow.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: LDAP Adapter

    Posted Tue November 05, 2019 11:36 AM

    There is something called Connector Development Kit(CDK) that you can write your own adapter to do so. However you’ll need to be quite technical and understanding of how underlying LDAP works before you can write a proper custom adapter for that.

    There is no out of the box adapter available to connect to LDAP, aside the public services available under WmPublic.


    #webMethods
    #Integration-Server-and-ESB