Usage of JNDI Util Method

Has anybody used JNDI method.

I am trying to retrieve an attribute from LDAP for a UID. For that I tried creating get connection first. My understanding was to use get value or search next to give the filter and retrieve the attriute value. But I am getting error that -

ERROR:XPRESS exception ==> com.waveset.util.WavesetException: Couldn't find method getConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.util.JndiUtil ==> java.lang.NoSuchMethodException: com.waveset.util.JndiUtil.getConnection(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)

Am I missing something? I couldn't find anything like example anywhere on how to acheive this. If anybody has used that, can you provide me example on how to do this or what am I missing in below code.

<block>

<invoke name='getConnection' class='com.waveset.util.JndiUtil'>

<s>hostldap: java.lang.String></s>

<s>389: java.lang.String</s>

<s>'ou=people,o=xxx.com' java.lang.String</s>

<s>'uid=idmuser,o=xxx.com'</s>

<s>password</s>

</invoke>

</block>

[1400 byte] By [IdmUser] at [2007-11-26 9:46:04]
# 1
HI,you are passing 5 parameters to a method that takes.are you passing the text :java.lang.String to the method? For the sixth parameter pass in false to denote SSL is not enabled.RegdsCK
crouching_kitten at 2007-7-7 0:50:33 > top of Java-index,Web & Directory Servers,Directory Servers...