Forum Discussion

Thanatosjn's avatar
Thanatosjn
New Contributor
13 years ago

soapUI 4.0.0 JBDC with LDAP Problems

Dear SoapUI support team,

SoapUI provided us an easy way to automate tests for our software through JBDC requests with SQL. Thank you for that !
Now our product also supports LDAP, and we would like to automate our tests in the same way.

Then we are using JdbcLdap driver and soapUI appears to be unstable (Program Not responding).

We have been testing JdbcLdap driver trough groovy script in soapUI successfully but it can't work with JDBC request.
Can you reproduce this problem as well ?

Another case is when receiving a null response from JDBC request we can see this result in a console :
Exception in thread "MemoryMonitor" java.lang.OutOfMemoryError: Java heap space
at com.eviware.soapui.support.monitor.MonitorPanel$Surface.run(MonitorPa
nel.java:262)
at java.lang.Thread.run(Unknown Source)
08:18:05,318 INFO [AbstractHttpRequestDesktopPanel] Error getting response for
[queryLdap...]; null

For more information :
Platform : Windows 7 / XP
SoapUI : 4.0.0

Looking at capture from packet sniffer, request and responses are the same with both JDBC request and groovy script.

Thank you !