We have an issue migrating from webMethods 7.0 to 8.2 for LDAP authentication.
We were using pub.ldap:connect to connect to LDAP IN 7.0, but when we moved to 8.2 we could not find "connect"service.
Is there any alternative to connect in 8.2?
Looking for alternative and usage for pub.ldap:connect and pub.ldap:search
Got pub.client.ldap:search (Just tried) as alternative
This helps to connect and search
However we want results to be returned like a stringList
However while trying to retrieve object its not helping
Sample Filter Query
distinguishedName=CN=groupName,OU=GROUPS,OU=RYE,DC=na,DC=domainName,DC=net)
ReturnAttribute:
member
Return type is used as Object
We are not able to get member as StringList
Instead series of strings with same name (member) under Results document type.
Any help is greatly appreciated.This is bit urgent for us. Thank you.
#Integration-Server-and-ESB#webMethods