Forum Discussion
agupta1
16 years agoContributor
I used the following connection string:
jdbc:ldap://bergan.dr.avaya.com:389/ou=People,dc=Avaya?SEARCH_SCOPE:=subTreeScope&user:=cn=agupta-home,dc=Avaya&password:=abcdef
and the following sql query:
SELECT * FROM subTreeScope;ou=People,dc=Avaya Where cn=postmaster
These work fine when used from a java code
But from SoapUI I get the error: Error in getting response; null
Anyone has any ideas?
jdbc:ldap://bergan.dr.avaya.com:389/ou=People,dc=Avaya?SEARCH_SCOPE:=subTreeScope&user:=cn=agupta-home,dc=Avaya&password:=abcdef
and the following sql query:
SELECT * FROM subTreeScope;ou=People,dc=Avaya Where cn=postmaster
These work fine when used from a java code
But from SoapUI I get the error: Error in getting response; null
Anyone has any ideas?